Shades of Citrus #8CBB06
Tints of Citrus #8CBB06
RGB
CMYK
RGB Variations
Color information
#8CBB06 (or 0x8CBB06) is known color: Citrus. HEX triplet: 8C, BB and 06. RGB value is (140,187,6). Sum of RGB (Red+Green+Blue) = 140+187+6=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB06 is #7344F9. Grayscale: #989898. Windows color (decimal): -7554298 or 441228. OLE color: 441228.
HSL color Cylindrical-coordinate representation of color #8CBB06: hue angle of 75.58º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CBB06 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.27 |
| HSL | 75.58º | 0.94% | 0.38% | - |
| HSV(B) | 75.58º | 0.97% | 0.73% | - |
| XYZ | 28.62 | 41.13 | 6.6 | - |
| YUV | 152.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 6 | 0.25 | 0 | 0.97 | 0.27 | 75.58 | 0.94 | 0.38 |
| Hex | 8C | BB | 6 | 19 | 0 | 61 | 1B | 4C | 5E | 26 |
| Octal | 214 | 273 | 6 | 31 | 0 | 141 | 33 | 114 | 136 | 46 |
| Binary | 10001100 | 10111011 | 110 | 11001 | 0 | 1100001 | 11011 | 1001100 | 1011110 | 100110 |
Color Harmonies of #8CBB06
Complementary color
Monochromatic Colors of #8CBB06
Black with #8CBB06
Text Example
Text Example
White with #8CBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB06; }
p { color: rgb(140,187,6); }
H1.HeaderClassName
{
color: #8CBB06;
}
.AnyTagClassName
{
color: #8CBB06;
}
</style>
background-color css
<style>
a { background-color: #8CBB06; }
a { background-color: rgb(140,187,6); }
div.DivClassName
{
background-color: #8CBB06;
}
.BgClassName
{
background-color: #8CBB06;
}
</style>
border-color css
<style>
span { border-color: #8CBB06; }
span { border-color: rgb(140,187,6); }
td.TdClassName
{
border-color: #8CBB06;
}
.TagClassName
{
border-color: #8CBB06;
}
</style>