Shades of Citrus #8CBB0E
Tints of Citrus #8CBB0E
RGB
CMYK
RGB Variations
Color information
#8CBB0E (or 0x8CBB0E) is known color: Citrus. HEX triplet: 8C, BB and 0E. RGB value is (140,187,14). Sum of RGB (Red+Green+Blue) = 140+187+14=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB0E is #7344F1. Grayscale: #999999. Windows color (decimal): -7554290 or 965516. OLE color: 965516.
HSL color Cylindrical-coordinate representation of color #8CBB0E: hue angle of 76.3º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CBB0E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 14 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.27 |
| HSL | 76.3º | 0.86% | 0.39% | - |
| HSV(B) | 76.3º | 0.93% | 0.73% | - |
| XYZ | 28.66 | 41.15 | 6.85 | - |
| YUV | 153.23 | 49.43 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 14 | 0.25 | 0 | 0.93 | 0.27 | 76.3 | 0.86 | 0.39 |
| Hex | 8C | BB | E | 19 | 0 | 5D | 1B | 4C | 56 | 27 |
| Octal | 214 | 273 | 16 | 31 | 0 | 135 | 33 | 114 | 126 | 47 |
| Binary | 10001100 | 10111011 | 1110 | 11001 | 0 | 1011101 | 11011 | 1001100 | 1010110 | 100111 |
Color Harmonies of #8CBB0E
Complementary color
Monochromatic Colors of #8CBB0E
Black with #8CBB0E
Text Example
Text Example
White with #8CBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB0E; }
p { color: rgb(140,187,14); }
H1.HeaderClassName
{
color: #8CBB0E;
}
.AnyTagClassName
{
color: #8CBB0E;
}
</style>
background-color css
<style>
a { background-color: #8CBB0E; }
a { background-color: rgb(140,187,14); }
div.DivClassName
{
background-color: #8CBB0E;
}
.BgClassName
{
background-color: #8CBB0E;
}
</style>
border-color css
<style>
span { border-color: #8CBB0E; }
span { border-color: rgb(140,187,14); }
td.TdClassName
{
border-color: #8CBB0E;
}
.TagClassName
{
border-color: #8CBB0E;
}
</style>