Shades of Citrus #A6B214
Tints of Citrus #A6B214
RGB
CMYK
RGB Variations
Color information
#A6B214 (or 0xA6B214) is known color: Citrus. HEX triplet: A6, B2 and 14. RGB value is (166,178,20). Sum of RGB (Red+Green+Blue) = 166+178+20=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B214 is #594DEB. Grayscale: #9D9D9D. Windows color (decimal): -5852652 or 1356454. OLE color: 1356454.
HSL color Cylindrical-coordinate representation of color #A6B214: hue angle of 64.56º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6B214 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.30 |
| HSL | 64.56º | 0.8% | 0.39% | - |
| HSV(B) | 64.56º | 0.89% | 0.7% | - |
| XYZ | 31.77 | 40 | 6.71 | - |
| YUV | 156.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 20 | 0.07 | 0 | 0.89 | 0.30 | 64.56 | 0.8 | 0.39 |
| Hex | A6 | B2 | 14 | 7 | 0 | 59 | 1E | 41 | 50 | 27 |
| Octal | 246 | 262 | 24 | 7 | 0 | 131 | 36 | 101 | 120 | 47 |
| Binary | 10100110 | 10110010 | 10100 | 111 | 0 | 1011001 | 11110 | 1000001 | 1010000 | 100111 |
Color Harmonies of #A6B214
Complementary color
Monochromatic Colors of #A6B214
Black with #A6B214
Text Example
Text Example
White with #A6B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B214; }
p { color: rgb(166,178,20); }
H1.HeaderClassName
{
color: #A6B214;
}
.AnyTagClassName
{
color: #A6B214;
}
</style>
background-color css
<style>
a { background-color: #A6B214; }
a { background-color: rgb(166,178,20); }
div.DivClassName
{
background-color: #A6B214;
}
.BgClassName
{
background-color: #A6B214;
}
</style>
border-color css
<style>
span { border-color: #A6B214; }
span { border-color: rgb(166,178,20); }
td.TdClassName
{
border-color: #A6B214;
}
.TagClassName
{
border-color: #A6B214;
}
</style>