Shades of Citrus #A2B312
Tints of Citrus #A2B312
RGB
CMYK
RGB Variations
Color information
#A2B312 (or 0xA2B312) is known color: Citrus. HEX triplet: A2, B3 and 12. RGB value is (162,179,18). Sum of RGB (Red+Green+Blue) = 162+179+18=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B312 is #5D4CED. Grayscale: #9C9C9C. Windows color (decimal): -6114542 or 1225634. OLE color: 1225634.
HSL color Cylindrical-coordinate representation of color #A2B312: hue angle of 66.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2B312 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.30 |
| HSL | 66.34º | 0.82% | 0.39% | - |
| HSV(B) | 66.34º | 0.9% | 0.7% | - |
| XYZ | 31.13 | 39.97 | 6.65 | - |
| YUV | 155.56 | 50.37 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 18 | 0.09 | 0 | 0.90 | 0.30 | 66.34 | 0.82 | 0.39 |
| Hex | A2 | B3 | 12 | 9 | 0 | 5A | 1E | 42 | 52 | 27 |
| Octal | 242 | 263 | 22 | 11 | 0 | 132 | 36 | 102 | 122 | 47 |
| Binary | 10100010 | 10110011 | 10010 | 1001 | 0 | 1011010 | 11110 | 1000010 | 1010010 | 100111 |
Color Harmonies of #A2B312
Complementary color
Monochromatic Colors of #A2B312
Black with #A2B312
Text Example
Text Example
White with #A2B312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B312; }
p { color: rgb(162,179,18); }
H1.HeaderClassName
{
color: #A2B312;
}
.AnyTagClassName
{
color: #A2B312;
}
</style>
background-color css
<style>
a { background-color: #A2B312; }
a { background-color: rgb(162,179,18); }
div.DivClassName
{
background-color: #A2B312;
}
.BgClassName
{
background-color: #A2B312;
}
</style>
border-color css
<style>
span { border-color: #A2B312; }
span { border-color: rgb(162,179,18); }
td.TdClassName
{
border-color: #A2B312;
}
.TagClassName
{
border-color: #A2B312;
}
</style>