Shades of Citrus #8CBC08
Tints of Citrus #8CBC08
RGB
CMYK
RGB Variations
Color information
#8CBC08 (or 0x8CBC08) is known color: Citrus. HEX triplet: 8C, BC and 08. RGB value is (140,188,8). Sum of RGB (Red+Green+Blue) = 140+188+8=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC08 is #7343F7. Grayscale: #999999. Windows color (decimal): -7554040 or 572556. OLE color: 572556.
HSL color Cylindrical-coordinate representation of color #8CBC08: hue angle of 76º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CBC08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.26 |
| HSL | 76º | 0.92% | 0.38% | - |
| HSV(B) | 76º | 0.96% | 0.74% | - |
| XYZ | 28.84 | 41.56 | 6.73 | - |
| YUV | 153.13 | 46.1 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 8 | 0.26 | 0 | 0.96 | 0.26 | 76 | 0.92 | 0.38 |
| Hex | 8C | BC | 8 | 1A | 0 | 60 | 1A | 4C | 5C | 26 |
| Octal | 214 | 274 | 10 | 32 | 0 | 140 | 32 | 114 | 134 | 46 |
| Binary | 10001100 | 10111100 | 1000 | 11010 | 0 | 1100000 | 11010 | 1001100 | 1011100 | 100110 |
Color Harmonies of #8CBC08
Complementary color
Monochromatic Colors of #8CBC08
Black with #8CBC08
Text Example
Text Example
White with #8CBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC08; }
p { color: rgb(140,188,8); }
H1.HeaderClassName
{
color: #8CBC08;
}
.AnyTagClassName
{
color: #8CBC08;
}
</style>
background-color css
<style>
a { background-color: #8CBC08; }
a { background-color: rgb(140,188,8); }
div.DivClassName
{
background-color: #8CBC08;
}
.BgClassName
{
background-color: #8CBC08;
}
</style>
border-color css
<style>
span { border-color: #8CBC08; }
span { border-color: rgb(140,188,8); }
td.TdClassName
{
border-color: #8CBC08;
}
.TagClassName
{
border-color: #8CBC08;
}
</style>