Shades of Citrus #A7BB0E
Tints of Citrus #A7BB0E
RGB
CMYK
RGB Variations
Color information
#A7BB0E (or 0xA7BB0E) is known color: Citrus. HEX triplet: A7, BB and 0E. RGB value is (167,187,14). Sum of RGB (Red+Green+Blue) = 167+187+14=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BB0E is #5844F1. Grayscale: #A1A1A1. Windows color (decimal): -5784818 or 965543. OLE color: 965543.
HSL color Cylindrical-coordinate representation of color #A7BB0E: hue angle of 66.94º 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 #A7BB0E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.27 |
| HSL | 66.94º | 0.86% | 0.39% | - |
| HSV(B) | 66.94º | 0.93% | 0.73% | - |
| XYZ | 33.79 | 43.79 | 7.09 | - |
| YUV | 161.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 14 | 0.11 | 0 | 0.93 | 0.27 | 66.94 | 0.86 | 0.39 |
| Hex | A7 | BB | E | B | 0 | 5D | 1B | 43 | 56 | 27 |
| Octal | 247 | 273 | 16 | 13 | 0 | 135 | 33 | 103 | 126 | 47 |
| Binary | 10100111 | 10111011 | 1110 | 1011 | 0 | 1011101 | 11011 | 1000011 | 1010110 | 100111 |
Color Harmonies of #A7BB0E
Complementary color
Monochromatic Colors of #A7BB0E
Black with #A7BB0E
Text Example
Text Example
White with #A7BB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB0E; }
p { color: rgb(167,187,14); }
H1.HeaderClassName
{
color: #A7BB0E;
}
.AnyTagClassName
{
color: #A7BB0E;
}
</style>
background-color css
<style>
a { background-color: #A7BB0E; }
a { background-color: rgb(167,187,14); }
div.DivClassName
{
background-color: #A7BB0E;
}
.BgClassName
{
background-color: #A7BB0E;
}
</style>
border-color css
<style>
span { border-color: #A7BB0E; }
span { border-color: rgb(167,187,14); }
td.TdClassName
{
border-color: #A7BB0E;
}
.TagClassName
{
border-color: #A7BB0E;
}
</style>