#9EB508

Color #9EB508 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9EB508

Tints of Citrus #9EB508

Color information

#9EB508 (or 0x9EB508) is unknown color: approx Citrus. HEX triplet: 9E, B5 and 08. RGB value is (158,181,8). Sum of RGB (Red+Green+Blue) = 158+181+8=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB508 is #614AF7. Grayscale: #9B9B9B. Windows color (decimal): -6376184 or 570782. OLE color: 570782.

HSL color Cylindrical-coordinate representation of color #9EB508: hue angle of 67.98º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EB508 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1581818-
CMYK0.1300.960.29
HSL67.98º91.53%37.06%-
HSV(B)67.98º95.58%70.98%-
XYZ30.6740.336.4-
YUV154.445.38130.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=45.53%
G=52.16%
B=2.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15818180.1300.960.2967.9891.5337.06
Hex9EB58D0601D445c25
Octal236265101501403510413445
Binary100111101011010110001101011000001110110001001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB508; }

 p { color: rgb(158,181,8); }

 H1.HeaderClassName
 {
   color: #9EB508;
 }
 .AnyTagClassName
 {
   color: #9EB508;
 }
</style>
background-color css

<style>
 a { background-color: #9EB508; }

 a { background-color: rgb(158,181,8); }

 div.DivClassName
 {
   background-color: #9EB508;
 }
 .BgClassName
 {
   background-color: #9EB508;
 }
</style>
border-color css

<style>
 span { border-color: #9EB508; }

 span { border-color: rgb(158,181,8); }

 td.TdClassName
 {
   border-color: #9EB508;
 }
 .TagClassName
 {
   border-color: #9EB508;
 }
</style>