Shades of Citrus #8CB111
Tints of Citrus #8CB111
RGB
CMYK
RGB Variations
Color information
#8CB111 (or 0x8CB111) is known color: Citrus. HEX triplet: 8C, B1 and 11. RGB value is (140,177,17). Sum of RGB (Red+Green+Blue) = 140+177+17=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB111 is #734EEE. Grayscale: #949494. Windows color (decimal): -7556847 or 1159564. OLE color: 1159564.
HSL color Cylindrical-coordinate representation of color #8CB111: hue angle of 73.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CB111 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 17 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.31 |
| HSL | 73.88º | 0.82% | 0.38% | - |
| HSV(B) | 73.88º | 0.9% | 0.69% | - |
| XYZ | 26.64 | 37.06 | 6.28 | - |
| YUV | 147.7 | 54.24 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 17 | 0.21 | 0 | 0.90 | 0.31 | 73.88 | 0.82 | 0.38 |
| Hex | 8C | B1 | 11 | 15 | 0 | 5A | 1F | 4A | 52 | 26 |
| Octal | 214 | 261 | 21 | 25 | 0 | 132 | 37 | 112 | 122 | 46 |
| Binary | 10001100 | 10110001 | 10001 | 10101 | 0 | 1011010 | 11111 | 1001010 | 1010010 | 100110 |
Color Harmonies of #8CB111
Complementary color
Monochromatic Colors of #8CB111
Black with #8CB111
Text Example
Text Example
White with #8CB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB111; }
p { color: rgb(140,177,17); }
H1.HeaderClassName
{
color: #8CB111;
}
.AnyTagClassName
{
color: #8CB111;
}
</style>
background-color css
<style>
a { background-color: #8CB111; }
a { background-color: rgb(140,177,17); }
div.DivClassName
{
background-color: #8CB111;
}
.BgClassName
{
background-color: #8CB111;
}
</style>
border-color css
<style>
span { border-color: #8CB111; }
span { border-color: rgb(140,177,17); }
td.TdClassName
{
border-color: #8CB111;
}
.TagClassName
{
border-color: #8CB111;
}
</style>