Shades of Citrus #8CB802
Tints of Citrus #8CB802
RGB
CMYK
RGB Variations
Color information
#8CB802 (or 0x8CB802) is known color: Citrus. HEX triplet: 8C, B8 and 02. RGB value is (140,184,2). Sum of RGB (Red+Green+Blue) = 140+184+2=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB802 is #7347FD. Grayscale: #969696. Windows color (decimal): -7555070 or 178316. OLE color: 178316.
HSL color Cylindrical-coordinate representation of color #8CB802: hue angle of 74.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CB802 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.28 |
| HSL | 74.51º | 0.98% | 0.36% | - |
| HSV(B) | 74.51º | 0.99% | 0.72% | - |
| XYZ | 27.97 | 39.86 | 6.28 | - |
| YUV | 150.1 | 44.42 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 2 | 0.24 | 0 | 0.99 | 0.28 | 74.51 | 0.98 | 0.36 |
| Hex | 8C | B8 | 2 | 18 | 0 | 63 | 1C | 4B | 62 | 24 |
| Octal | 214 | 270 | 2 | 30 | 0 | 143 | 34 | 113 | 142 | 44 |
| Binary | 10001100 | 10111000 | 10 | 11000 | 0 | 1100011 | 11100 | 1001011 | 1100010 | 100100 |
Color Harmonies of #8CB802
Complementary color
Monochromatic Colors of #8CB802
Black with #8CB802
Text Example
Text Example
White with #8CB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB802; }
p { color: rgb(140,184,2); }
H1.HeaderClassName
{
color: #8CB802;
}
.AnyTagClassName
{
color: #8CB802;
}
</style>
background-color css
<style>
a { background-color: #8CB802; }
a { background-color: rgb(140,184,2); }
div.DivClassName
{
background-color: #8CB802;
}
.BgClassName
{
background-color: #8CB802;
}
</style>
border-color css
<style>
span { border-color: #8CB802; }
span { border-color: rgb(140,184,2); }
td.TdClassName
{
border-color: #8CB802;
}
.TagClassName
{
border-color: #8CB802;
}
</style>