Shades of Citrus #A2B403
Tints of Citrus #A2B403
RGB
CMYK
RGB Variations
Color information
#A2B403 (or 0xA2B403) is known color: Citrus. HEX triplet: A2, B4 and 03. RGB value is (162,180,3). Sum of RGB (Red+Green+Blue) = 162+180+3=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B403 is #5D4BFC. Grayscale: #9B9B9B. Windows color (decimal): -6114301 or 242850. OLE color: 242850.
HSL color Cylindrical-coordinate representation of color #A2B403: hue angle of 66.1º degrees, saturation: 0.97, 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 #A2B403 is Cyan = 0.1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 3 | - |
| CMYK | 0.1 | 0 | 0.98 | 0.29 |
| HSL | 66.1º | 0.97% | 0.36% | - |
| HSV(B) | 66.1º | 0.98% | 0.71% | - |
| XYZ | 31.24 | 40.33 | 6.22 | - |
| YUV | 154.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 3 | 0.1 | 0 | 0.98 | 0.29 | 66.1 | 0.97 | 0.36 |
| Hex | A2 | B4 | 3 | A | 0 | 62 | 1D | 42 | 61 | 24 |
| Octal | 242 | 264 | 3 | 12 | 0 | 142 | 35 | 102 | 141 | 44 |
| Binary | 10100010 | 10110100 | 11 | 1010 | 0 | 1100010 | 11101 | 1000010 | 1100001 | 100100 |
Color Harmonies of #A2B403
Complementary color
Monochromatic Colors of #A2B403
Black with #A2B403
Text Example
Text Example
White with #A2B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B403; }
p { color: rgb(162,180,3); }
H1.HeaderClassName
{
color: #A2B403;
}
.AnyTagClassName
{
color: #A2B403;
}
</style>
background-color css
<style>
a { background-color: #A2B403; }
a { background-color: rgb(162,180,3); }
div.DivClassName
{
background-color: #A2B403;
}
.BgClassName
{
background-color: #A2B403;
}
</style>
border-color css
<style>
span { border-color: #A2B403; }
span { border-color: rgb(162,180,3); }
td.TdClassName
{
border-color: #A2B403;
}
.TagClassName
{
border-color: #A2B403;
}
</style>