Shades of Citrus #A6B30A
Tints of Citrus #A6B30A
RGB
CMYK
RGB Variations
Color information
#A6B30A (or 0xA6B30A) is known color: Citrus. HEX triplet: A6, B3 and 0A. RGB value is (166,179,10). Sum of RGB (Red+Green+Blue) = 166+179+10=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B30A is #594CF5. Grayscale: #9C9C9C. Windows color (decimal): -5852406 or 701350. OLE color: 701350.
HSL color Cylindrical-coordinate representation of color #A6B30A: hue angle of 64.62º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B30A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 10 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.30 |
| HSL | 64.62º | 0.89% | 0.37% | - |
| HSV(B) | 64.62º | 0.94% | 0.7% | - |
| XYZ | 31.9 | 40.37 | 6.4 | - |
| YUV | 155.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 10 | 0.07 | 0 | 0.94 | 0.30 | 64.62 | 0.89 | 0.37 |
| Hex | A6 | B3 | A | 7 | 0 | 5E | 1E | 41 | 59 | 25 |
| Octal | 246 | 263 | 12 | 7 | 0 | 136 | 36 | 101 | 131 | 45 |
| Binary | 10100110 | 10110011 | 1010 | 111 | 0 | 1011110 | 11110 | 1000001 | 1011001 | 100101 |
Color Harmonies of #A6B30A
Complementary color
Monochromatic Colors of #A6B30A
Black with #A6B30A
Text Example
Text Example
White with #A6B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B30A; }
p { color: rgb(166,179,10); }
H1.HeaderClassName
{
color: #A6B30A;
}
.AnyTagClassName
{
color: #A6B30A;
}
</style>
background-color css
<style>
a { background-color: #A6B30A; }
a { background-color: rgb(166,179,10); }
div.DivClassName
{
background-color: #A6B30A;
}
.BgClassName
{
background-color: #A6B30A;
}
</style>
border-color css
<style>
span { border-color: #A6B30A; }
span { border-color: rgb(166,179,10); }
td.TdClassName
{
border-color: #A6B30A;
}
.TagClassName
{
border-color: #A6B30A;
}
</style>