Shades of Citrus #A6B40A
Tints of Citrus #A6B40A
RGB
CMYK
RGB Variations
Color information
#A6B40A (or 0xA6B40A) is known color: Citrus. HEX triplet: A6, B4 and 0A. RGB value is (166,180,10). Sum of RGB (Red+Green+Blue) = 166+180+10=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B40A is #594BF5. Grayscale: #9D9D9D. Windows color (decimal): -5852150 or 701606. OLE color: 701606.
HSL color Cylindrical-coordinate representation of color #A6B40A: hue angle of 64.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B40A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 10 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.29 |
| HSL | 64.94º | 0.89% | 0.37% | - |
| HSV(B) | 64.94º | 0.94% | 0.71% | - |
| XYZ | 32.1 | 40.77 | 6.46 | - |
| YUV | 156.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 10 | 0.08 | 0 | 0.94 | 0.29 | 64.94 | 0.89 | 0.37 |
| Hex | A6 | B4 | A | 8 | 0 | 5E | 1D | 41 | 59 | 25 |
| Octal | 246 | 264 | 12 | 10 | 0 | 136 | 35 | 101 | 131 | 45 |
| Binary | 10100110 | 10110100 | 1010 | 1000 | 0 | 1011110 | 11101 | 1000001 | 1011001 | 100101 |
Color Harmonies of #A6B40A
Complementary color
Monochromatic Colors of #A6B40A
Black with #A6B40A
Text Example
Text Example
White with #A6B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B40A; }
p { color: rgb(166,180,10); }
H1.HeaderClassName
{
color: #A6B40A;
}
.AnyTagClassName
{
color: #A6B40A;
}
</style>
background-color css
<style>
a { background-color: #A6B40A; }
a { background-color: rgb(166,180,10); }
div.DivClassName
{
background-color: #A6B40A;
}
.BgClassName
{
background-color: #A6B40A;
}
</style>
border-color css
<style>
span { border-color: #A6B40A; }
span { border-color: rgb(166,180,10); }
td.TdClassName
{
border-color: #A6B40A;
}
.TagClassName
{
border-color: #A6B40A;
}
</style>