Shades of Citrus #A2B715
Tints of Citrus #A2B715
RGB
CMYK
RGB Variations
Color information
#A2B715 (or 0xA2B715) is known color: Citrus. HEX triplet: A2, B7 and 15. RGB value is (162,183,21). Sum of RGB (Red+Green+Blue) = 162+183+21=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B715 is #5D48EA. Grayscale: #9E9E9E. Windows color (decimal): -6113515 or 1423266. OLE color: 1423266.
HSL color Cylindrical-coordinate representation of color #A2B715: hue angle of 67.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2B715 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 21 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.28 |
| HSL | 67.78º | 0.79% | 0.4% | - |
| HSV(B) | 67.78º | 0.89% | 0.72% | - |
| XYZ | 31.97 | 41.6 | 7.05 | - |
| YUV | 158.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 21 | 0.11 | 0 | 0.89 | 0.28 | 67.78 | 0.79 | 0.4 |
| Hex | A2 | B7 | 15 | B | 0 | 59 | 1C | 44 | 4F | 28 |
| Octal | 242 | 267 | 25 | 13 | 0 | 131 | 34 | 104 | 117 | 50 |
| Binary | 10100010 | 10110111 | 10101 | 1011 | 0 | 1011001 | 11100 | 1000100 | 1001111 | 101000 |
Color Harmonies of #A2B715
Complementary color
Monochromatic Colors of #A2B715
Black with #A2B715
Text Example
Text Example
White with #A2B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B715; }
p { color: rgb(162,183,21); }
H1.HeaderClassName
{
color: #A2B715;
}
.AnyTagClassName
{
color: #A2B715;
}
</style>
background-color css
<style>
a { background-color: #A2B715; }
a { background-color: rgb(162,183,21); }
div.DivClassName
{
background-color: #A2B715;
}
.BgClassName
{
background-color: #A2B715;
}
</style>
border-color css
<style>
span { border-color: #A2B715; }
span { border-color: rgb(162,183,21); }
td.TdClassName
{
border-color: #A2B715;
}
.TagClassName
{
border-color: #A2B715;
}
</style>