Shades of Citrus #A6B312
Tints of Citrus #A6B312
RGB
CMYK
RGB Variations
Color information
#A6B312 (or 0xA6B312) is known color: Citrus. HEX triplet: A6, B3 and 12. RGB value is (166,179,18). Sum of RGB (Red+Green+Blue) = 166+179+18=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B312 is #594CED. Grayscale: #9D9D9D. Windows color (decimal): -5852398 or 1225638. OLE color: 1225638.
HSL color Cylindrical-coordinate representation of color #A6B312: hue angle of 64.84º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6B312 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.30 |
| HSL | 64.84º | 0.82% | 0.39% | - |
| HSV(B) | 64.84º | 0.9% | 0.7% | - |
| XYZ | 31.96 | 40.39 | 6.68 | - |
| YUV | 156.76 | 49.69 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 18 | 0.07 | 0 | 0.90 | 0.30 | 64.84 | 0.82 | 0.39 |
| Hex | A6 | B3 | 12 | 7 | 0 | 5A | 1E | 41 | 52 | 27 |
| Octal | 246 | 263 | 22 | 7 | 0 | 132 | 36 | 101 | 122 | 47 |
| Binary | 10100110 | 10110011 | 10010 | 111 | 0 | 1011010 | 11110 | 1000001 | 1010010 | 100111 |
Color Harmonies of #A6B312
Complementary color
Monochromatic Colors of #A6B312
Black with #A6B312
Text Example
Text Example
White with #A6B312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B312; }
p { color: rgb(166,179,18); }
H1.HeaderClassName
{
color: #A6B312;
}
.AnyTagClassName
{
color: #A6B312;
}
</style>
background-color css
<style>
a { background-color: #A6B312; }
a { background-color: rgb(166,179,18); }
div.DivClassName
{
background-color: #A6B312;
}
.BgClassName
{
background-color: #A6B312;
}
</style>
border-color css
<style>
span { border-color: #A6B312; }
span { border-color: rgb(166,179,18); }
td.TdClassName
{
border-color: #A6B312;
}
.TagClassName
{
border-color: #A6B312;
}
</style>