Shades of Citrus #A2B602
Tints of Citrus #A2B602
RGB
CMYK
RGB Variations
Color information
#A2B602 (or 0xA2B602) is known color: Citrus. HEX triplet: A2, B6 and 02. RGB value is (162,182,2). Sum of RGB (Red+Green+Blue) = 162+182+2=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B602 is #5D49FD. Grayscale: #9C9C9C. Windows color (decimal): -6113790 or 177826. OLE color: 177826.
HSL color Cylindrical-coordinate representation of color #A2B602: hue angle of 66.67º degrees, saturation: 0.98, 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 #A2B602 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.29 |
| HSL | 66.67º | 0.98% | 0.36% | - |
| HSV(B) | 66.67º | 0.99% | 0.71% | - |
| XYZ | 31.64 | 41.14 | 6.33 | - |
| YUV | 155.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 2 | 0.11 | 0 | 0.99 | 0.29 | 66.67 | 0.98 | 0.36 |
| Hex | A2 | B6 | 2 | B | 0 | 63 | 1D | 43 | 62 | 24 |
| Octal | 242 | 266 | 2 | 13 | 0 | 143 | 35 | 103 | 142 | 44 |
| Binary | 10100010 | 10110110 | 10 | 1011 | 0 | 1100011 | 11101 | 1000011 | 1100010 | 100100 |
Color Harmonies of #A2B602
Complementary color
Monochromatic Colors of #A2B602
Black with #A2B602
Text Example
Text Example
White with #A2B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B602; }
p { color: rgb(162,182,2); }
H1.HeaderClassName
{
color: #A2B602;
}
.AnyTagClassName
{
color: #A2B602;
}
</style>
background-color css
<style>
a { background-color: #A2B602; }
a { background-color: rgb(162,182,2); }
div.DivClassName
{
background-color: #A2B602;
}
.BgClassName
{
background-color: #A2B602;
}
</style>
border-color css
<style>
span { border-color: #A2B602; }
span { border-color: rgb(162,182,2); }
td.TdClassName
{
border-color: #A2B602;
}
.TagClassName
{
border-color: #A2B602;
}
</style>