Shades of Citrus #A6B901
Tints of Citrus #A6B901
RGB
CMYK
RGB Variations
Color information
#A6B901 (or 0xA6B901) is known color: Citrus. HEX triplet: A6, B9 and 01. RGB value is (166,185,1). Sum of RGB (Red+Green+Blue) = 166+185+1=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B901 is #5946FE. Grayscale: #9F9F9F. Windows color (decimal): -5850879 or 113062. OLE color: 113062.
HSL color Cylindrical-coordinate representation of color #A6B901: hue angle of 66.2º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6B901 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.27 |
| HSL | 66.2º | 0.99% | 0.36% | - |
| HSV(B) | 66.2º | 0.99% | 0.73% | - |
| XYZ | 33.08 | 42.81 | 6.55 | - |
| YUV | 158.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 1 | 0.10 | 0 | 0.99 | 0.27 | 66.2 | 0.99 | 0.36 |
| Hex | A6 | B9 | 1 | A | 0 | 63 | 1B | 42 | 63 | 24 |
| Octal | 246 | 271 | 1 | 12 | 0 | 143 | 33 | 102 | 143 | 44 |
| Binary | 10100110 | 10111001 | 1 | 1010 | 0 | 1100011 | 11011 | 1000010 | 1100011 | 100100 |
Color Harmonies of #A6B901
Complementary color
Monochromatic Colors of #A6B901
Black with #A6B901
Text Example
Text Example
White with #A6B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B901; }
p { color: rgb(166,185,1); }
H1.HeaderClassName
{
color: #A6B901;
}
.AnyTagClassName
{
color: #A6B901;
}
</style>
background-color css
<style>
a { background-color: #A6B901; }
a { background-color: rgb(166,185,1); }
div.DivClassName
{
background-color: #A6B901;
}
.BgClassName
{
background-color: #A6B901;
}
</style>
border-color css
<style>
span { border-color: #A6B901; }
span { border-color: rgb(166,185,1); }
td.TdClassName
{
border-color: #A6B901;
}
.TagClassName
{
border-color: #A6B901;
}
</style>