Shades of Citrus #8CB502
Tints of Citrus #8CB502
RGB
CMYK
RGB Variations
Color information
#8CB502 (or 0x8CB502) is known color: Citrus. HEX triplet: 8C, B5 and 02. RGB value is (140,181,2). Sum of RGB (Red+Green+Blue) = 140+181+2=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB502 is #734AFD. Grayscale: #959595. Windows color (decimal): -7555838 or 177548. OLE color: 177548.
HSL color Cylindrical-coordinate representation of color #8CB502: hue angle of 73.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CB502 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.29 |
| HSL | 73.74º | 0.98% | 0.36% | - |
| HSV(B) | 73.74º | 0.99% | 0.71% | - |
| XYZ | 27.35 | 38.63 | 6.07 | - |
| YUV | 148.34 | 45.42 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 2 | 0.23 | 0 | 0.99 | 0.29 | 73.74 | 0.98 | 0.36 |
| Hex | 8C | B5 | 2 | 17 | 0 | 63 | 1D | 4A | 62 | 24 |
| Octal | 214 | 265 | 2 | 27 | 0 | 143 | 35 | 112 | 142 | 44 |
| Binary | 10001100 | 10110101 | 10 | 10111 | 0 | 1100011 | 11101 | 1001010 | 1100010 | 100100 |
Color Harmonies of #8CB502
Complementary color
Monochromatic Colors of #8CB502
Black with #8CB502
Text Example
Text Example
White with #8CB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB502; }
p { color: rgb(140,181,2); }
H1.HeaderClassName
{
color: #8CB502;
}
.AnyTagClassName
{
color: #8CB502;
}
</style>
background-color css
<style>
a { background-color: #8CB502; }
a { background-color: rgb(140,181,2); }
div.DivClassName
{
background-color: #8CB502;
}
.BgClassName
{
background-color: #8CB502;
}
</style>
border-color css
<style>
span { border-color: #8CB502; }
span { border-color: rgb(140,181,2); }
td.TdClassName
{
border-color: #8CB502;
}
.TagClassName
{
border-color: #8CB502;
}
</style>