Shades of Citrus #A6B90C
Tints of Citrus #A6B90C
RGB
CMYK
RGB Variations
Color information
#A6B90C (or 0xA6B90C) is known color: Citrus. HEX triplet: A6, B9 and 0C. RGB value is (166,185,12). Sum of RGB (Red+Green+Blue) = 166+185+12=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B90C is #5946F3. Grayscale: #A0A0A0. Windows color (decimal): -5850868 or 833958. OLE color: 833958.
HSL color Cylindrical-coordinate representation of color #A6B90C: hue angle of 66.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B90C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.27 |
| HSL | 66.59º | 0.88% | 0.39% | - |
| HSV(B) | 66.59º | 0.94% | 0.73% | - |
| XYZ | 33.14 | 42.83 | 6.87 | - |
| YUV | 159.6 | 44.71 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 12 | 0.10 | 0 | 0.94 | 0.27 | 66.59 | 0.88 | 0.39 |
| Hex | A6 | B9 | C | A | 0 | 5E | 1B | 43 | 58 | 27 |
| Octal | 246 | 271 | 14 | 12 | 0 | 136 | 33 | 103 | 130 | 47 |
| Binary | 10100110 | 10111001 | 1100 | 1010 | 0 | 1011110 | 11011 | 1000011 | 1011000 | 100111 |
Color Harmonies of #A6B90C
Complementary color
Monochromatic Colors of #A6B90C
Black with #A6B90C
Text Example
Text Example
White with #A6B90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B90C; }
p { color: rgb(166,185,12); }
H1.HeaderClassName
{
color: #A6B90C;
}
.AnyTagClassName
{
color: #A6B90C;
}
</style>
background-color css
<style>
a { background-color: #A6B90C; }
a { background-color: rgb(166,185,12); }
div.DivClassName
{
background-color: #A6B90C;
}
.BgClassName
{
background-color: #A6B90C;
}
</style>
border-color css
<style>
span { border-color: #A6B90C; }
span { border-color: rgb(166,185,12); }
td.TdClassName
{
border-color: #A6B90C;
}
.TagClassName
{
border-color: #A6B90C;
}
</style>