Shades of Citrus #A6B805
Tints of Citrus #A6B805
RGB
CMYK
RGB Variations
Color information
#A6B805 (or 0xA6B805) is known color: Citrus. HEX triplet: A6, B8 and 05. RGB value is (166,184,5). Sum of RGB (Red+Green+Blue) = 166+184+5=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B805 is #5947FA. Grayscale: #9E9E9E. Windows color (decimal): -5851131 or 374950. OLE color: 374950.
HSL color Cylindrical-coordinate representation of color #A6B805: hue angle of 66.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6B805 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.28 |
| HSL | 66.03º | 0.95% | 0.37% | - |
| HSV(B) | 66.03º | 0.97% | 0.72% | - |
| XYZ | 32.89 | 42.4 | 6.59 | - |
| YUV | 158.21 | 41.54 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 5 | 0.10 | 0 | 0.97 | 0.28 | 66.03 | 0.95 | 0.37 |
| Hex | A6 | B8 | 5 | A | 0 | 61 | 1C | 42 | 5F | 25 |
| Octal | 246 | 270 | 5 | 12 | 0 | 141 | 34 | 102 | 137 | 45 |
| Binary | 10100110 | 10111000 | 101 | 1010 | 0 | 1100001 | 11100 | 1000010 | 1011111 | 100101 |
Color Harmonies of #A6B805
Complementary color
Monochromatic Colors of #A6B805
Black with #A6B805
Text Example
Text Example
White with #A6B805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B805; }
p { color: rgb(166,184,5); }
H1.HeaderClassName
{
color: #A6B805;
}
.AnyTagClassName
{
color: #A6B805;
}
</style>
background-color css
<style>
a { background-color: #A6B805; }
a { background-color: rgb(166,184,5); }
div.DivClassName
{
background-color: #A6B805;
}
.BgClassName
{
background-color: #A6B805;
}
</style>
border-color css
<style>
span { border-color: #A6B805; }
span { border-color: rgb(166,184,5); }
td.TdClassName
{
border-color: #A6B805;
}
.TagClassName
{
border-color: #A6B805;
}
</style>