Shades of Citrus #A2B404
Tints of Citrus #A2B404
RGB
CMYK
RGB Variations
Color information
#A2B404 (or 0xA2B404) is known color: Citrus. HEX triplet: A2, B4 and 04. RGB value is (162,180,4). Sum of RGB (Red+Green+Blue) = 162+180+4=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B404 is #5D4BFB. Grayscale: #9B9B9B. Windows color (decimal): -6114300 or 308386. OLE color: 308386.
HSL color Cylindrical-coordinate representation of color #A2B404: hue angle of 66.14º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2B404 is Cyan = 0.1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 4 | - |
| CMYK | 0.1 | 0 | 0.98 | 0.29 |
| HSL | 66.14º | 0.96% | 0.36% | - |
| HSV(B) | 66.14º | 0.98% | 0.71% | - |
| XYZ | 31.24 | 40.33 | 6.25 | - |
| YUV | 154.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 4 | 0.1 | 0 | 0.98 | 0.29 | 66.14 | 0.96 | 0.36 |
| Hex | A2 | B4 | 4 | A | 0 | 62 | 1D | 42 | 60 | 24 |
| Octal | 242 | 264 | 4 | 12 | 0 | 142 | 35 | 102 | 140 | 44 |
| Binary | 10100010 | 10110100 | 100 | 1010 | 0 | 1100010 | 11101 | 1000010 | 1100000 | 100100 |
Color Harmonies of #A2B404
Complementary color
Monochromatic Colors of #A2B404
Black with #A2B404
Text Example
Text Example
White with #A2B404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B404; }
p { color: rgb(162,180,4); }
H1.HeaderClassName
{
color: #A2B404;
}
.AnyTagClassName
{
color: #A2B404;
}
</style>
background-color css
<style>
a { background-color: #A2B404; }
a { background-color: rgb(162,180,4); }
div.DivClassName
{
background-color: #A2B404;
}
.BgClassName
{
background-color: #A2B404;
}
</style>
border-color css
<style>
span { border-color: #A2B404; }
span { border-color: rgb(162,180,4); }
td.TdClassName
{
border-color: #A2B404;
}
.TagClassName
{
border-color: #A2B404;
}
</style>