Shades of Citrus #A2B417
Tints of Citrus #A2B417
RGB
CMYK
RGB Variations
Color information
#A2B417 (or 0xA2B417) is known color: Citrus. HEX triplet: A2, B4 and 17. RGB value is (162,180,23). Sum of RGB (Red+Green+Blue) = 162+180+23=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B417 is #5D4BE8. Grayscale: #9D9D9D. Windows color (decimal): -6114281 or 1553570. OLE color: 1553570.
HSL color Cylindrical-coordinate representation of color #A2B417: hue angle of 66.88º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2B417 is Cyan = 0.1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 23 | - |
| CMYK | 0.1 | 0 | 0.87 | 0.29 |
| HSL | 66.88º | 0.77% | 0.4% | - |
| HSV(B) | 66.88º | 0.87% | 0.71% | - |
| XYZ | 31.38 | 40.39 | 6.95 | - |
| YUV | 156.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 23 | 0.1 | 0 | 0.87 | 0.29 | 66.88 | 0.77 | 0.4 |
| Hex | A2 | B4 | 17 | A | 0 | 57 | 1D | 43 | 4D | 28 |
| Octal | 242 | 264 | 27 | 12 | 0 | 127 | 35 | 103 | 115 | 50 |
| Binary | 10100010 | 10110100 | 10111 | 1010 | 0 | 1010111 | 11101 | 1000011 | 1001101 | 101000 |
Color Harmonies of #A2B417
Complementary color
Monochromatic Colors of #A2B417
Black with #A2B417
Text Example
Text Example
White with #A2B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B417; }
p { color: rgb(162,180,23); }
H1.HeaderClassName
{
color: #A2B417;
}
.AnyTagClassName
{
color: #A2B417;
}
</style>
background-color css
<style>
a { background-color: #A2B417; }
a { background-color: rgb(162,180,23); }
div.DivClassName
{
background-color: #A2B417;
}
.BgClassName
{
background-color: #A2B417;
}
</style>
border-color css
<style>
span { border-color: #A2B417; }
span { border-color: rgb(162,180,23); }
td.TdClassName
{
border-color: #A2B417;
}
.TagClassName
{
border-color: #A2B417;
}
</style>