#8DBB08

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

Shades of Citrus #8DBB08

Tints of Citrus #8DBB08

Color information

#8DBB08 (or 0x8DBB08) is unknown color: approx Citrus. HEX triplet: 8D, BB and 08. RGB value is (141,187,8). Sum of RGB (Red+Green+Blue) = 141+187+8=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB08 is #7244F7. Grayscale: #999999. Windows color (decimal): -7488760 or 572301. OLE color: 572301.

HSL color Cylindrical-coordinate representation of color #8DBB08: hue angle of 75.42º 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 #8DBB08 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1411878-
CMYK0.2500.960.27
HSL75.42º91.79%38.24%-
HSV(B)75.42º95.72%73.33%-
XYZ28.841.226.67-
YUV152.8446.26119.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 187 (73.44% from 255) = 55.65%
BLUE value IS 8 (3.52% from 255) = 2.38%
R=41.96%
G=55.65%
B=2.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14118780.2500.960.2775.4291.7938.24
Hex8DBB8190601B4b5c26
Octal215273103101403311313446
Binary1000110110111011100011001011000001101110010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBB08; }

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

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

<style>
 a { background-color: #8DBB08; }

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

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

<style>
 span { border-color: #8DBB08; }

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

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