Shades of Citrus #8CB606
Tints of Citrus #8CB606
RGB
CMYK
RGB Variations
Color information
#8CB606 (or 0x8CB606) is known color: Citrus. HEX triplet: 8C, B6 and 06. RGB value is (140,182,6). Sum of RGB (Red+Green+Blue) = 140+182+6=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB606 is #7349F9. Grayscale: #969696. Windows color (decimal): -7555578 or 439948. OLE color: 439948.
HSL color Cylindrical-coordinate representation of color #8CB606: hue angle of 74.32º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CB606 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.29 |
| HSL | 74.32º | 0.94% | 0.37% | - |
| HSV(B) | 74.32º | 0.97% | 0.71% | - |
| XYZ | 27.58 | 39.04 | 6.26 | - |
| YUV | 149.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 6 | 0.23 | 0 | 0.97 | 0.29 | 74.32 | 0.94 | 0.37 |
| Hex | 8C | B6 | 6 | 17 | 0 | 61 | 1D | 4A | 5E | 25 |
| Octal | 214 | 266 | 6 | 27 | 0 | 141 | 35 | 112 | 136 | 45 |
| Binary | 10001100 | 10110110 | 110 | 10111 | 0 | 1100001 | 11101 | 1001010 | 1011110 | 100101 |
Color Harmonies of #8CB606
Complementary color
Monochromatic Colors of #8CB606
Black with #8CB606
Text Example
Text Example
White with #8CB606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB606; }
p { color: rgb(140,182,6); }
H1.HeaderClassName
{
color: #8CB606;
}
.AnyTagClassName
{
color: #8CB606;
}
</style>
background-color css
<style>
a { background-color: #8CB606; }
a { background-color: rgb(140,182,6); }
div.DivClassName
{
background-color: #8CB606;
}
.BgClassName
{
background-color: #8CB606;
}
</style>
border-color css
<style>
span { border-color: #8CB606; }
span { border-color: rgb(140,182,6); }
td.TdClassName
{
border-color: #8CB606;
}
.TagClassName
{
border-color: #8CB606;
}
</style>