#9EB708

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

Shades of Citrus #9EB708

Tints of Citrus #9EB708

Color information

#9EB708 (or 0x9EB708) is unknown color: approx Citrus. HEX triplet: 9E, B7 and 08. RGB value is (158,183,8). Sum of RGB (Red+Green+Blue) = 158+183+8=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB708 is #6148F7. Grayscale: #9C9C9C. Windows color (decimal): -6375672 or 571294. OLE color: 571294.

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

Color convert

RGB1581838-
CMYK0.1400.960.28
HSL68.57º91.62%37.45%-
HSV(B)68.57º95.63%71.76%-
XYZ31.0841.156.54-
YUV155.5744.72129.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 183 (71.88% from 255) = 52.44%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=45.27%
G=52.44%
B=2.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15818380.1400.960.2868.5791.6237.45
Hex9EB78E0601C455c25
Octal236267101601403410513445
Binary100111101011011110001110011000001110010001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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