Shades of Citrus #A2B801
Tints of Citrus #A2B801
RGB
CMYK
RGB Variations
Color information
#A2B801 (or 0xA2B801) is known color: Citrus. HEX triplet: A2, B8 and 01. RGB value is (162,184,1). Sum of RGB (Red+Green+Blue) = 162+184+1=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B801 is #5D47FE. Grayscale: #9D9D9D. Windows color (decimal): -6113279 or 112802. OLE color: 112802.
HSL color Cylindrical-coordinate representation of color #A2B801: hue angle of 67.21º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2B801 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.28 |
| HSL | 67.21º | 0.99% | 0.36% | - |
| HSV(B) | 67.21º | 0.99% | 0.72% | - |
| XYZ | 32.05 | 41.96 | 6.44 | - |
| YUV | 156.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 1 | 0.12 | 0 | 0.99 | 0.28 | 67.21 | 0.99 | 0.36 |
| Hex | A2 | B8 | 1 | C | 0 | 63 | 1C | 43 | 63 | 24 |
| Octal | 242 | 270 | 1 | 14 | 0 | 143 | 34 | 103 | 143 | 44 |
| Binary | 10100010 | 10111000 | 1 | 1100 | 0 | 1100011 | 11100 | 1000011 | 1100011 | 100100 |
Color Harmonies of #A2B801
Complementary color
Monochromatic Colors of #A2B801
Black with #A2B801
Text Example
Text Example
White with #A2B801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B801; }
p { color: rgb(162,184,1); }
H1.HeaderClassName
{
color: #A2B801;
}
.AnyTagClassName
{
color: #A2B801;
}
</style>
background-color css
<style>
a { background-color: #A2B801; }
a { background-color: rgb(162,184,1); }
div.DivClassName
{
background-color: #A2B801;
}
.BgClassName
{
background-color: #A2B801;
}
</style>
border-color css
<style>
span { border-color: #A2B801; }
span { border-color: rgb(162,184,1); }
td.TdClassName
{
border-color: #A2B801;
}
.TagClassName
{
border-color: #A2B801;
}
</style>