Shades of Citrus #A2B905
Tints of Citrus #A2B905
RGB
CMYK
RGB Variations
Color information
#A2B905 (or 0xA2B905) is known color: Citrus. HEX triplet: A2, B9 and 05. RGB value is (162,185,5). Sum of RGB (Red+Green+Blue) = 162+185+5=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B905 is #5D46FA. Grayscale: #9E9E9E. Windows color (decimal): -6113019 or 375202. OLE color: 375202.
HSL color Cylindrical-coordinate representation of color #A2B905: hue angle of 67.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2B905 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.27 |
| HSL | 67.67º | 0.95% | 0.37% | - |
| HSV(B) | 67.67º | 0.97% | 0.73% | - |
| XYZ | 32.28 | 42.39 | 6.62 | - |
| YUV | 157.6 | 41.88 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 5 | 0.12 | 0 | 0.97 | 0.27 | 67.67 | 0.95 | 0.37 |
| Hex | A2 | B9 | 5 | C | 0 | 61 | 1B | 44 | 5F | 25 |
| Octal | 242 | 271 | 5 | 14 | 0 | 141 | 33 | 104 | 137 | 45 |
| Binary | 10100010 | 10111001 | 101 | 1100 | 0 | 1100001 | 11011 | 1000100 | 1011111 | 100101 |
Color Harmonies of #A2B905
Complementary color
Monochromatic Colors of #A2B905
Black with #A2B905
Text Example
Text Example
White with #A2B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B905; }
p { color: rgb(162,185,5); }
H1.HeaderClassName
{
color: #A2B905;
}
.AnyTagClassName
{
color: #A2B905;
}
</style>
background-color css
<style>
a { background-color: #A2B905; }
a { background-color: rgb(162,185,5); }
div.DivClassName
{
background-color: #A2B905;
}
.BgClassName
{
background-color: #A2B905;
}
</style>
border-color css
<style>
span { border-color: #A2B905; }
span { border-color: rgb(162,185,5); }
td.TdClassName
{
border-color: #A2B905;
}
.TagClassName
{
border-color: #A2B905;
}
</style>