Shades of Citrus #8CBC02
Tints of Citrus #8CBC02
RGB
CMYK
RGB Variations
Color information
#8CBC02 (or 0x8CBC02) is known color: Citrus. HEX triplet: 8C, BC and 02. RGB value is (140,188,2). Sum of RGB (Red+Green+Blue) = 140+188+2=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC02 is #7343FD. Grayscale: #999999. Windows color (decimal): -7554046 or 179340. OLE color: 179340.
HSL color Cylindrical-coordinate representation of color #8CBC02: hue angle of 75.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CBC02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.26 |
| HSL | 75.48º | 0.98% | 0.37% | - |
| HSV(B) | 75.48º | 0.99% | 0.74% | - |
| XYZ | 28.81 | 41.55 | 6.56 | - |
| YUV | 152.44 | 43.1 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 2 | 0.26 | 0 | 0.99 | 0.26 | 75.48 | 0.98 | 0.37 |
| Hex | 8C | BC | 2 | 1A | 0 | 63 | 1A | 4B | 62 | 25 |
| Octal | 214 | 274 | 2 | 32 | 0 | 143 | 32 | 113 | 142 | 45 |
| Binary | 10001100 | 10111100 | 10 | 11010 | 0 | 1100011 | 11010 | 1001011 | 1100010 | 100101 |
Color Harmonies of #8CBC02
Complementary color
Monochromatic Colors of #8CBC02
Black with #8CBC02
Text Example
Text Example
White with #8CBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC02; }
p { color: rgb(140,188,2); }
H1.HeaderClassName
{
color: #8CBC02;
}
.AnyTagClassName
{
color: #8CBC02;
}
</style>
background-color css
<style>
a { background-color: #8CBC02; }
a { background-color: rgb(140,188,2); }
div.DivClassName
{
background-color: #8CBC02;
}
.BgClassName
{
background-color: #8CBC02;
}
</style>
border-color css
<style>
span { border-color: #8CBC02; }
span { border-color: rgb(140,188,2); }
td.TdClassName
{
border-color: #8CBC02;
}
.TagClassName
{
border-color: #8CBC02;
}
</style>