Shades of Citrus #8CB601
Tints of Citrus #8CB601
RGB
CMYK
RGB Variations
Color information
#8CB601 (or 0x8CB601) is known color: Citrus. HEX triplet: 8C, B6 and 01. RGB value is (140,182,1). Sum of RGB (Red+Green+Blue) = 140+182+1=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB601 is #7349FE. Grayscale: #959595. Windows color (decimal): -7555583 or 112268. OLE color: 112268.
HSL color Cylindrical-coordinate representation of color #8CB601: hue angle of 73.92º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CB601 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.29 |
| HSL | 73.92º | 0.99% | 0.36% | - |
| HSV(B) | 73.92º | 0.99% | 0.71% | - |
| XYZ | 27.55 | 39.03 | 6.11 | - |
| YUV | 148.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 1 | 0.23 | 0 | 0.99 | 0.29 | 73.92 | 0.99 | 0.36 |
| Hex | 8C | B6 | 1 | 17 | 0 | 63 | 1D | 4A | 63 | 24 |
| Octal | 214 | 266 | 1 | 27 | 0 | 143 | 35 | 112 | 143 | 44 |
| Binary | 10001100 | 10110110 | 1 | 10111 | 0 | 1100011 | 11101 | 1001010 | 1100011 | 100100 |
Color Harmonies of #8CB601
Complementary color
Monochromatic Colors of #8CB601
Black with #8CB601
Text Example
Text Example
White with #8CB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB601; }
p { color: rgb(140,182,1); }
H1.HeaderClassName
{
color: #8CB601;
}
.AnyTagClassName
{
color: #8CB601;
}
</style>
background-color css
<style>
a { background-color: #8CB601; }
a { background-color: rgb(140,182,1); }
div.DivClassName
{
background-color: #8CB601;
}
.BgClassName
{
background-color: #8CB601;
}
</style>
border-color css
<style>
span { border-color: #8CB601; }
span { border-color: rgb(140,182,1); }
td.TdClassName
{
border-color: #8CB601;
}
.TagClassName
{
border-color: #8CB601;
}
</style>