Shades of Citrus #8CBC01
Tints of Citrus #8CBC01
RGB
CMYK
RGB Variations
Color information
#8CBC01 (or 0x8CBC01) is known color: Citrus. HEX triplet: 8C, BC and 01. RGB value is (140,188,1). Sum of RGB (Red+Green+Blue) = 140+188+1=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC01 is #7343FE. Grayscale: #999999. Windows color (decimal): -7554047 or 113804. OLE color: 113804.
HSL color Cylindrical-coordinate representation of color #8CBC01: hue angle of 75.4º degrees, saturation: 0.99, 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 #8CBC01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.26 |
| HSL | 75.4º | 0.99% | 0.37% | - |
| HSV(B) | 75.4º | 0.99% | 0.74% | - |
| XYZ | 28.8 | 41.54 | 6.53 | - |
| YUV | 152.33 | 42.6 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 1 | 0.26 | 0 | 0.99 | 0.26 | 75.4 | 0.99 | 0.37 |
| Hex | 8C | BC | 1 | 1A | 0 | 63 | 1A | 4B | 63 | 25 |
| Octal | 214 | 274 | 1 | 32 | 0 | 143 | 32 | 113 | 143 | 45 |
| Binary | 10001100 | 10111100 | 1 | 11010 | 0 | 1100011 | 11010 | 1001011 | 1100011 | 100101 |
Color Harmonies of #8CBC01
Complementary color
Monochromatic Colors of #8CBC01
Black with #8CBC01
Text Example
Text Example
White with #8CBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC01; }
p { color: rgb(140,188,1); }
H1.HeaderClassName
{
color: #8CBC01;
}
.AnyTagClassName
{
color: #8CBC01;
}
</style>
background-color css
<style>
a { background-color: #8CBC01; }
a { background-color: rgb(140,188,1); }
div.DivClassName
{
background-color: #8CBC01;
}
.BgClassName
{
background-color: #8CBC01;
}
</style>
border-color css
<style>
span { border-color: #8CBC01; }
span { border-color: rgb(140,188,1); }
td.TdClassName
{
border-color: #8CBC01;
}
.TagClassName
{
border-color: #8CBC01;
}
</style>