#9EBB08

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

Shades of Citrus #9EBB08

Tints of Citrus #9EBB08

Color information

#9EBB08 (or 0x9EBB08) is unknown color: approx Citrus. HEX triplet: 9E, BB and 08. RGB value is (158,187,8). Sum of RGB (Red+Green+Blue) = 158+187+8=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBB08 is #6144F7. Grayscale: #9E9E9E. Windows color (decimal): -6374648 or 572318. OLE color: 572318.

HSL color Cylindrical-coordinate representation of color #9EBB08: hue angle of 69.72º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EBB08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1581878-
CMYK0.1600.960.27
HSL69.72º91.79%38.24%-
HSV(B)69.72º95.72%73.33%-
XYZ31.9142.836.81-
YUV157.9243.39128.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=44.76%
G=52.97%
B=2.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15818780.1600.960.2769.7291.7938.24
Hex9EBB8100601B465c26
Octal236273102001403310613446
Binary1001111010111011100010000011000001101110001101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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