Shades of Citrus #A2B314
Tints of Citrus #A2B314
RGB
CMYK
RGB Variations
Color information
#A2B314 (or 0xA2B314) is known color: Citrus. HEX triplet: A2, B3 and 14. RGB value is (162,179,20). Sum of RGB (Red+Green+Blue) = 162+179+20=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B314 is #5D4CEB. Grayscale: #9C9C9C. Windows color (decimal): -6114540 or 1356706. OLE color: 1356706.
HSL color Cylindrical-coordinate representation of color #A2B314: hue angle of 66.42º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2B314 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 20 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.30 |
| HSL | 66.42º | 0.8% | 0.39% | - |
| HSV(B) | 66.42º | 0.89% | 0.7% | - |
| XYZ | 31.15 | 39.97 | 6.74 | - |
| YUV | 155.79 | 51.37 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 20 | 0.09 | 0 | 0.89 | 0.30 | 66.42 | 0.8 | 0.39 |
| Hex | A2 | B3 | 14 | 9 | 0 | 59 | 1E | 42 | 50 | 27 |
| Octal | 242 | 263 | 24 | 11 | 0 | 131 | 36 | 102 | 120 | 47 |
| Binary | 10100010 | 10110011 | 10100 | 1001 | 0 | 1011001 | 11110 | 1000010 | 1010000 | 100111 |
Color Harmonies of #A2B314
Complementary color
Monochromatic Colors of #A2B314
Black with #A2B314
Text Example
Text Example
White with #A2B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B314; }
p { color: rgb(162,179,20); }
H1.HeaderClassName
{
color: #A2B314;
}
.AnyTagClassName
{
color: #A2B314;
}
</style>
background-color css
<style>
a { background-color: #A2B314; }
a { background-color: rgb(162,179,20); }
div.DivClassName
{
background-color: #A2B314;
}
.BgClassName
{
background-color: #A2B314;
}
</style>
border-color css
<style>
span { border-color: #A2B314; }
span { border-color: rgb(162,179,20); }
td.TdClassName
{
border-color: #A2B314;
}
.TagClassName
{
border-color: #A2B314;
}
</style>