Shades of Citrus #8CAA0B
Tints of Citrus #8CAA0B
RGB
CMYK
RGB Variations
Color information
#8CAA0B (or 0x8CAA0B) is known color: Citrus. HEX triplet: 8C, AA and 0B. RGB value is (140,170,11). Sum of RGB (Red+Green+Blue) = 140+170+11=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA0B is #7355F4. Grayscale: #8F8F8F. Windows color (decimal): -7558645 or 764556. OLE color: 764556.
HSL color Cylindrical-coordinate representation of color #8CAA0B: hue angle of 71.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CAA0B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 11 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.33 |
| HSL | 71.32º | 0.88% | 0.35% | - |
| HSV(B) | 71.32º | 0.94% | 0.67% | - |
| XYZ | 25.25 | 34.35 | 5.62 | - |
| YUV | 142.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 11 | 0.18 | 0 | 0.94 | 0.33 | 71.32 | 0.88 | 0.35 |
| Hex | 8C | AA | B | 12 | 0 | 5E | 21 | 47 | 58 | 23 |
| Octal | 214 | 252 | 13 | 22 | 0 | 136 | 41 | 107 | 130 | 43 |
| Binary | 10001100 | 10101010 | 1011 | 10010 | 0 | 1011110 | 100001 | 1000111 | 1011000 | 100011 |
Color Harmonies of #8CAA0B
Complementary color
Monochromatic Colors of #8CAA0B
Black with #8CAA0B
Text Example
Text Example
White with #8CAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA0B; }
p { color: rgb(140,170,11); }
H1.HeaderClassName
{
color: #8CAA0B;
}
.AnyTagClassName
{
color: #8CAA0B;
}
</style>
background-color css
<style>
a { background-color: #8CAA0B; }
a { background-color: rgb(140,170,11); }
div.DivClassName
{
background-color: #8CAA0B;
}
.BgClassName
{
background-color: #8CAA0B;
}
</style>
border-color css
<style>
span { border-color: #8CAA0B; }
span { border-color: rgb(140,170,11); }
td.TdClassName
{
border-color: #8CAA0B;
}
.TagClassName
{
border-color: #8CAA0B;
}
</style>