Shades of Citrus #A2B706
Tints of Citrus #A2B706
RGB
CMYK
RGB Variations
Color information
#A2B706 (or 0xA2B706) is known color: Citrus. HEX triplet: A2, B7 and 06. RGB value is (162,183,6). Sum of RGB (Red+Green+Blue) = 162+183+6=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B706 is #5D48F9. Grayscale: #9D9D9D. Windows color (decimal): -6113530 or 440226. OLE color: 440226.
HSL color Cylindrical-coordinate representation of color #A2B706: hue angle of 67.12º degrees, saturation: 0.94, 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 #A2B706 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.28 |
| HSL | 67.12º | 0.94% | 0.37% | - |
| HSV(B) | 67.12º | 0.97% | 0.72% | - |
| XYZ | 31.87 | 41.56 | 6.51 | - |
| YUV | 156.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 6 | 0.11 | 0 | 0.97 | 0.28 | 67.12 | 0.94 | 0.37 |
| Hex | A2 | B7 | 6 | B | 0 | 61 | 1C | 43 | 5E | 25 |
| Octal | 242 | 267 | 6 | 13 | 0 | 141 | 34 | 103 | 136 | 45 |
| Binary | 10100010 | 10110111 | 110 | 1011 | 0 | 1100001 | 11100 | 1000011 | 1011110 | 100101 |
Color Harmonies of #A2B706
Complementary color
Monochromatic Colors of #A2B706
Black with #A2B706
Text Example
Text Example
White with #A2B706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B706; }
p { color: rgb(162,183,6); }
H1.HeaderClassName
{
color: #A2B706;
}
.AnyTagClassName
{
color: #A2B706;
}
</style>
background-color css
<style>
a { background-color: #A2B706; }
a { background-color: rgb(162,183,6); }
div.DivClassName
{
background-color: #A2B706;
}
.BgClassName
{
background-color: #A2B706;
}
</style>
border-color css
<style>
span { border-color: #A2B706; }
span { border-color: rgb(162,183,6); }
td.TdClassName
{
border-color: #A2B706;
}
.TagClassName
{
border-color: #A2B706;
}
</style>