Shades of Citrus #8CB504
Tints of Citrus #8CB504
RGB
CMYK
RGB Variations
Color information
#8CB504 (or 0x8CB504) is known color: Citrus. HEX triplet: 8C, B5 and 04. RGB value is (140,181,4). Sum of RGB (Red+Green+Blue) = 140+181+4=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB504 is #734AFB. Grayscale: #959595. Windows color (decimal): -7555836 or 308620. OLE color: 308620.
HSL color Cylindrical-coordinate representation of color #8CB504: hue angle of 73.9º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CB504 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.29 |
| HSL | 73.9º | 0.96% | 0.36% | - |
| HSV(B) | 73.9º | 0.98% | 0.71% | - |
| XYZ | 27.36 | 38.63 | 6.13 | - |
| YUV | 148.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 4 | 0.23 | 0 | 0.98 | 0.29 | 73.9 | 0.96 | 0.36 |
| Hex | 8C | B5 | 4 | 17 | 0 | 62 | 1D | 4A | 60 | 24 |
| Octal | 214 | 265 | 4 | 27 | 0 | 142 | 35 | 112 | 140 | 44 |
| Binary | 10001100 | 10110101 | 100 | 10111 | 0 | 1100010 | 11101 | 1001010 | 1100000 | 100100 |
Color Harmonies of #8CB504
Complementary color
Monochromatic Colors of #8CB504
Black with #8CB504
Text Example
Text Example
White with #8CB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB504; }
p { color: rgb(140,181,4); }
H1.HeaderClassName
{
color: #8CB504;
}
.AnyTagClassName
{
color: #8CB504;
}
</style>
background-color css
<style>
a { background-color: #8CB504; }
a { background-color: rgb(140,181,4); }
div.DivClassName
{
background-color: #8CB504;
}
.BgClassName
{
background-color: #8CB504;
}
</style>
border-color css
<style>
span { border-color: #8CB504; }
span { border-color: rgb(140,181,4); }
td.TdClassName
{
border-color: #8CB504;
}
.TagClassName
{
border-color: #8CB504;
}
</style>