Shades of Citrus #8CB311
Tints of Citrus #8CB311
RGB
CMYK
RGB Variations
Color information
#8CB311 (or 0x8CB311) is known color: Citrus. HEX triplet: 8C, B3 and 11. RGB value is (140,179,17). Sum of RGB (Red+Green+Blue) = 140+179+17=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB311 is #734CEE. Grayscale: #959595. Windows color (decimal): -7556335 or 1160076. OLE color: 1160076.
HSL color Cylindrical-coordinate representation of color #8CB311: hue angle of 74.44º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CB311 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 17 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.30 |
| HSL | 74.44º | 0.83% | 0.38% | - |
| HSV(B) | 74.44º | 0.91% | 0.7% | - |
| XYZ | 27.04 | 37.86 | 6.41 | - |
| YUV | 148.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 17 | 0.22 | 0 | 0.91 | 0.30 | 74.44 | 0.83 | 0.38 |
| Hex | 8C | B3 | 11 | 16 | 0 | 5B | 1E | 4A | 53 | 26 |
| Octal | 214 | 263 | 21 | 26 | 0 | 133 | 36 | 112 | 123 | 46 |
| Binary | 10001100 | 10110011 | 10001 | 10110 | 0 | 1011011 | 11110 | 1001010 | 1010011 | 100110 |
Color Harmonies of #8CB311
Complementary color
Monochromatic Colors of #8CB311
Black with #8CB311
Text Example
Text Example
White with #8CB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB311; }
p { color: rgb(140,179,17); }
H1.HeaderClassName
{
color: #8CB311;
}
.AnyTagClassName
{
color: #8CB311;
}
</style>
background-color css
<style>
a { background-color: #8CB311; }
a { background-color: rgb(140,179,17); }
div.DivClassName
{
background-color: #8CB311;
}
.BgClassName
{
background-color: #8CB311;
}
</style>
border-color css
<style>
span { border-color: #8CB311; }
span { border-color: rgb(140,179,17); }
td.TdClassName
{
border-color: #8CB311;
}
.TagClassName
{
border-color: #8CB311;
}
</style>