Shades of Citrus #A6B314
Tints of Citrus #A6B314
RGB
CMYK
RGB Variations
Color information
#A6B314 (or 0xA6B314) is known color: Citrus. HEX triplet: A6, B3 and 14. RGB value is (166,179,20). Sum of RGB (Red+Green+Blue) = 166+179+20=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B314 is #594CEB. Grayscale: #9D9D9D. Windows color (decimal): -5852396 or 1356710. OLE color: 1356710.
HSL color Cylindrical-coordinate representation of color #A6B314: hue angle of 64.91º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6B314 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.30 |
| HSL | 64.91º | 0.8% | 0.39% | - |
| HSV(B) | 64.91º | 0.89% | 0.7% | - |
| XYZ | 31.97 | 40.4 | 6.77 | - |
| YUV | 156.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 20 | 0.07 | 0 | 0.89 | 0.30 | 64.91 | 0.8 | 0.39 |
| Hex | A6 | B3 | 14 | 7 | 0 | 59 | 1E | 41 | 50 | 27 |
| Octal | 246 | 263 | 24 | 7 | 0 | 131 | 36 | 101 | 120 | 47 |
| Binary | 10100110 | 10110011 | 10100 | 111 | 0 | 1011001 | 11110 | 1000001 | 1010000 | 100111 |
Color Harmonies of #A6B314
Complementary color
Monochromatic Colors of #A6B314
Black with #A6B314
Text Example
Text Example
White with #A6B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B314; }
p { color: rgb(166,179,20); }
H1.HeaderClassName
{
color: #A6B314;
}
.AnyTagClassName
{
color: #A6B314;
}
</style>
background-color css
<style>
a { background-color: #A6B314; }
a { background-color: rgb(166,179,20); }
div.DivClassName
{
background-color: #A6B314;
}
.BgClassName
{
background-color: #A6B314;
}
</style>
border-color css
<style>
span { border-color: #A6B314; }
span { border-color: rgb(166,179,20); }
td.TdClassName
{
border-color: #A6B314;
}
.TagClassName
{
border-color: #A6B314;
}
</style>