Shades of Citrus #A2B501
Tints of Citrus #A2B501
RGB
CMYK
RGB Variations
Color information
#A2B501 (or 0xA2B501) is known color: Citrus. HEX triplet: A2, B5 and 01. RGB value is (162,181,1). Sum of RGB (Red+Green+Blue) = 162+181+1=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B501 is #5D4AFE. Grayscale: #9B9B9B. Windows color (decimal): -6114047 or 112034. OLE color: 112034.
HSL color Cylindrical-coordinate representation of color #A2B501: hue angle of 66.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2B501 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.29 |
| HSL | 66.33º | 0.99% | 0.36% | - |
| HSV(B) | 66.33º | 0.99% | 0.71% | - |
| XYZ | 31.43 | 40.73 | 6.23 | - |
| YUV | 154.8 | 41.21 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 1 | 0.10 | 0 | 0.99 | 0.29 | 66.33 | 0.99 | 0.36 |
| Hex | A2 | B5 | 1 | A | 0 | 63 | 1D | 42 | 63 | 24 |
| Octal | 242 | 265 | 1 | 12 | 0 | 143 | 35 | 102 | 143 | 44 |
| Binary | 10100010 | 10110101 | 1 | 1010 | 0 | 1100011 | 11101 | 1000010 | 1100011 | 100100 |
Color Harmonies of #A2B501
Complementary color
Monochromatic Colors of #A2B501
Black with #A2B501
Text Example
Text Example
White with #A2B501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B501; }
p { color: rgb(162,181,1); }
H1.HeaderClassName
{
color: #A2B501;
}
.AnyTagClassName
{
color: #A2B501;
}
</style>
background-color css
<style>
a { background-color: #A2B501; }
a { background-color: rgb(162,181,1); }
div.DivClassName
{
background-color: #A2B501;
}
.BgClassName
{
background-color: #A2B501;
}
</style>
border-color css
<style>
span { border-color: #A2B501; }
span { border-color: rgb(162,181,1); }
td.TdClassName
{
border-color: #A2B501;
}
.TagClassName
{
border-color: #A2B501;
}
</style>