Shades of Citrus #A6B60A
Tints of Citrus #A6B60A
RGB
CMYK
RGB Variations
Color information
#A6B60A (or 0xA6B60A) is known color: Citrus. HEX triplet: A6, B6 and 0A. RGB value is (166,182,10). Sum of RGB (Red+Green+Blue) = 166+182+10=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B60A is #5949F5. Grayscale: #9E9E9E. Windows color (decimal): -5851638 or 702118. OLE color: 702118.
HSL color Cylindrical-coordinate representation of color #A6B60A: hue angle of 65.58º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6B60A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 10 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.29 |
| HSL | 65.58º | 0.9% | 0.38% | - |
| HSV(B) | 65.58º | 0.95% | 0.71% | - |
| XYZ | 32.51 | 41.58 | 6.6 | - |
| YUV | 157.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 10 | 0.09 | 0 | 0.95 | 0.29 | 65.58 | 0.9 | 0.38 |
| Hex | A6 | B6 | A | 9 | 0 | 5F | 1D | 42 | 5A | 26 |
| Octal | 246 | 266 | 12 | 11 | 0 | 137 | 35 | 102 | 132 | 46 |
| Binary | 10100110 | 10110110 | 1010 | 1001 | 0 | 1011111 | 11101 | 1000010 | 1011010 | 100110 |
Color Harmonies of #A6B60A
Complementary color
Monochromatic Colors of #A6B60A
Black with #A6B60A
Text Example
Text Example
White with #A6B60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B60A; }
p { color: rgb(166,182,10); }
H1.HeaderClassName
{
color: #A6B60A;
}
.AnyTagClassName
{
color: #A6B60A;
}
</style>
background-color css
<style>
a { background-color: #A6B60A; }
a { background-color: rgb(166,182,10); }
div.DivClassName
{
background-color: #A6B60A;
}
.BgClassName
{
background-color: #A6B60A;
}
</style>
border-color css
<style>
span { border-color: #A6B60A; }
span { border-color: rgb(166,182,10); }
td.TdClassName
{
border-color: #A6B60A;
}
.TagClassName
{
border-color: #A6B60A;
}
</style>