Shades of Citrus #8CB705
Tints of Citrus #8CB705
RGB
CMYK
RGB Variations
Color information
#8CB705 (or 0x8CB705) is known color: Citrus. HEX triplet: 8C, B7 and 05. RGB value is (140,183,5). Sum of RGB (Red+Green+Blue) = 140+183+5=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB705 is #7348FA. Grayscale: #969696. Windows color (decimal): -7555323 or 374668. OLE color: 374668.
HSL color Cylindrical-coordinate representation of color #8CB705: hue angle of 74.49º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CB705 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.28 |
| HSL | 74.49º | 0.95% | 0.37% | - |
| HSV(B) | 74.49º | 0.97% | 0.72% | - |
| XYZ | 27.78 | 39.45 | 6.29 | - |
| YUV | 149.85 | 46.25 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 5 | 0.23 | 0 | 0.97 | 0.28 | 74.49 | 0.95 | 0.37 |
| Hex | 8C | B7 | 5 | 17 | 0 | 61 | 1C | 4A | 5F | 25 |
| Octal | 214 | 267 | 5 | 27 | 0 | 141 | 34 | 112 | 137 | 45 |
| Binary | 10001100 | 10110111 | 101 | 10111 | 0 | 1100001 | 11100 | 1001010 | 1011111 | 100101 |
Color Harmonies of #8CB705
Complementary color
Monochromatic Colors of #8CB705
Black with #8CB705
Text Example
Text Example
White with #8CB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB705; }
p { color: rgb(140,183,5); }
H1.HeaderClassName
{
color: #8CB705;
}
.AnyTagClassName
{
color: #8CB705;
}
</style>
background-color css
<style>
a { background-color: #8CB705; }
a { background-color: rgb(140,183,5); }
div.DivClassName
{
background-color: #8CB705;
}
.BgClassName
{
background-color: #8CB705;
}
</style>
border-color css
<style>
span { border-color: #8CB705; }
span { border-color: rgb(140,183,5); }
td.TdClassName
{
border-color: #8CB705;
}
.TagClassName
{
border-color: #8CB705;
}
</style>