Shades of Citrus #A2B304
Tints of Citrus #A2B304
RGB
CMYK
RGB Variations
Color information
#A2B304 (or 0xA2B304) is known color: Citrus. HEX triplet: A2, B3 and 04. RGB value is (162,179,4). Sum of RGB (Red+Green+Blue) = 162+179+4=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B304 is #5D4CFB. Grayscale: #9A9A9A. Windows color (decimal): -6114556 or 308130. OLE color: 308130.
HSL color Cylindrical-coordinate representation of color #A2B304: hue angle of 65.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2B304 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.30 |
| HSL | 65.83º | 0.96% | 0.36% | - |
| HSV(B) | 65.83º | 0.98% | 0.7% | - |
| XYZ | 31.04 | 39.93 | 6.19 | - |
| YUV | 153.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 4 | 0.09 | 0 | 0.98 | 0.30 | 65.83 | 0.96 | 0.36 |
| Hex | A2 | B3 | 4 | 9 | 0 | 62 | 1E | 42 | 60 | 24 |
| Octal | 242 | 263 | 4 | 11 | 0 | 142 | 36 | 102 | 140 | 44 |
| Binary | 10100010 | 10110011 | 100 | 1001 | 0 | 1100010 | 11110 | 1000010 | 1100000 | 100100 |
Color Harmonies of #A2B304
Complementary color
Monochromatic Colors of #A2B304
Black with #A2B304
Text Example
Text Example
White with #A2B304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B304; }
p { color: rgb(162,179,4); }
H1.HeaderClassName
{
color: #A2B304;
}
.AnyTagClassName
{
color: #A2B304;
}
</style>
background-color css
<style>
a { background-color: #A2B304; }
a { background-color: rgb(162,179,4); }
div.DivClassName
{
background-color: #A2B304;
}
.BgClassName
{
background-color: #A2B304;
}
</style>
border-color css
<style>
span { border-color: #A2B304; }
span { border-color: rgb(162,179,4); }
td.TdClassName
{
border-color: #A2B304;
}
.TagClassName
{
border-color: #A2B304;
}
</style>