Shades of Citrus #A6B00A
Tints of Citrus #A6B00A
RGB
CMYK
RGB Variations
Color information
#A6B00A (or 0xA6B00A) is known color: Citrus. HEX triplet: A6, B0 and 0A. RGB value is (166,176,10). Sum of RGB (Red+Green+Blue) = 166+176+10=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B00A is #594FF5. Grayscale: #9A9A9A. Windows color (decimal): -5853174 or 700582. OLE color: 700582.
HSL color Cylindrical-coordinate representation of color #A6B00A: hue angle of 63.61º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B00A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 10 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.31 |
| HSL | 63.61º | 0.89% | 0.36% | - |
| HSV(B) | 63.61º | 0.94% | 0.69% | - |
| XYZ | 31.31 | 39.18 | 6.2 | - |
| YUV | 154.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 10 | 0.06 | 0 | 0.94 | 0.31 | 63.61 | 0.89 | 0.36 |
| Hex | A6 | B0 | A | 6 | 0 | 5E | 1F | 40 | 59 | 24 |
| Octal | 246 | 260 | 12 | 6 | 0 | 136 | 37 | 100 | 131 | 44 |
| Binary | 10100110 | 10110000 | 1010 | 110 | 0 | 1011110 | 11111 | 1000000 | 1011001 | 100100 |
Color Harmonies of #A6B00A
Complementary color
Monochromatic Colors of #A6B00A
Black with #A6B00A
Text Example
Text Example
White with #A6B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B00A; }
p { color: rgb(166,176,10); }
H1.HeaderClassName
{
color: #A6B00A;
}
.AnyTagClassName
{
color: #A6B00A;
}
</style>
background-color css
<style>
a { background-color: #A6B00A; }
a { background-color: rgb(166,176,10); }
div.DivClassName
{
background-color: #A6B00A;
}
.BgClassName
{
background-color: #A6B00A;
}
</style>
border-color css
<style>
span { border-color: #A6B00A; }
span { border-color: rgb(166,176,10); }
td.TdClassName
{
border-color: #A6B00A;
}
.TagClassName
{
border-color: #A6B00A;
}
</style>