Shades of Citrus #8CB602
Tints of Citrus #8CB602
RGB
CMYK
RGB Variations
Color information
#8CB602 (or 0x8CB602) is known color: Citrus. HEX triplet: 8C, B6 and 02. RGB value is (140,182,2). Sum of RGB (Red+Green+Blue) = 140+182+2=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB602 is #7349FD. Grayscale: #959595. Windows color (decimal): -7555582 or 177804. OLE color: 177804.
HSL color Cylindrical-coordinate representation of color #8CB602: hue angle of 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 #8CB602 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.29 |
| HSL | 74º | 0.98% | 0.36% | - |
| HSV(B) | 74º | 0.99% | 0.71% | - |
| XYZ | 27.55 | 39.04 | 6.14 | - |
| YUV | 148.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 2 | 0.23 | 0 | 0.99 | 0.29 | 74 | 0.98 | 0.36 |
| Hex | 8C | B6 | 2 | 17 | 0 | 63 | 1D | 4A | 62 | 24 |
| Octal | 214 | 266 | 2 | 27 | 0 | 143 | 35 | 112 | 142 | 44 |
| Binary | 10001100 | 10110110 | 10 | 10111 | 0 | 1100011 | 11101 | 1001010 | 1100010 | 100100 |
Color Harmonies of #8CB602
Complementary color
Monochromatic Colors of #8CB602
Black with #8CB602
Text Example
Text Example
White with #8CB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB602; }
p { color: rgb(140,182,2); }
H1.HeaderClassName
{
color: #8CB602;
}
.AnyTagClassName
{
color: #8CB602;
}
</style>
background-color css
<style>
a { background-color: #8CB602; }
a { background-color: rgb(140,182,2); }
div.DivClassName
{
background-color: #8CB602;
}
.BgClassName
{
background-color: #8CB602;
}
</style>
border-color css
<style>
span { border-color: #8CB602; }
span { border-color: rgb(140,182,2); }
td.TdClassName
{
border-color: #8CB602;
}
.TagClassName
{
border-color: #8CB602;
}
</style>