Shades of Citrus #A2B70B
Tints of Citrus #A2B70B
RGB
CMYK
RGB Variations
Color information
#A2B70B (or 0xA2B70B) is known color: Citrus. HEX triplet: A2, B7 and 0B. RGB value is (162,183,11). Sum of RGB (Red+Green+Blue) = 162+183+11=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B70B is #5D48F4. Grayscale: #9D9D9D. Windows color (decimal): -6113525 or 767906. OLE color: 767906.
HSL color Cylindrical-coordinate representation of color #A2B70B: hue angle of 67.33º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B70B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 11 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.28 |
| HSL | 67.33º | 0.89% | 0.38% | - |
| HSV(B) | 67.33º | 0.94% | 0.72% | - |
| XYZ | 31.89 | 41.57 | 6.66 | - |
| YUV | 157.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 11 | 0.11 | 0 | 0.94 | 0.28 | 67.33 | 0.89 | 0.38 |
| Hex | A2 | B7 | B | B | 0 | 5E | 1C | 43 | 59 | 26 |
| Octal | 242 | 267 | 13 | 13 | 0 | 136 | 34 | 103 | 131 | 46 |
| Binary | 10100010 | 10110111 | 1011 | 1011 | 0 | 1011110 | 11100 | 1000011 | 1011001 | 100110 |
Color Harmonies of #A2B70B
Complementary color
Monochromatic Colors of #A2B70B
Black with #A2B70B
Text Example
Text Example
White with #A2B70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B70B; }
p { color: rgb(162,183,11); }
H1.HeaderClassName
{
color: #A2B70B;
}
.AnyTagClassName
{
color: #A2B70B;
}
</style>
background-color css
<style>
a { background-color: #A2B70B; }
a { background-color: rgb(162,183,11); }
div.DivClassName
{
background-color: #A2B70B;
}
.BgClassName
{
background-color: #A2B70B;
}
</style>
border-color css
<style>
span { border-color: #A2B70B; }
span { border-color: rgb(162,183,11); }
td.TdClassName
{
border-color: #A2B70B;
}
.TagClassName
{
border-color: #A2B70B;
}
</style>