Shades of Citrus #A2B700
Tints of Citrus #A2B700
RGB
CMYK
RGB Variations
Color information
#A2B700 (or 0xA2B700) is known color: Citrus. HEX triplet: A2, B7 and 00. RGB value is (162,183,0). Sum of RGB (Red+Green+Blue) = 162+183+0=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B700 is #5D48FF. Grayscale: #9C9C9C. Windows color (decimal): -6113536 or 47010. OLE color: 47010.
HSL color Cylindrical-coordinate representation of color #A2B700: hue angle of 66.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2B700 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.28 |
| HSL | 66.89º | 1% | 0.36% | - |
| HSV(B) | 66.89º | 1% | 0.72% | - |
| XYZ | 31.83 | 41.55 | 6.34 | - |
| YUV | 155.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 0 | 0.11 | 0 | 1 | 0.28 | 66.89 | 1 | 0.36 |
| Hex | A2 | B7 | 0 | B | 0 | 64 | 1C | 43 | 64 | 24 |
| Octal | 242 | 267 | 0 | 13 | 0 | 144 | 34 | 103 | 144 | 44 |
| Binary | 10100010 | 10110111 | 0 | 1011 | 0 | 1100100 | 11100 | 1000011 | 1100100 | 100100 |
Color Harmonies of #A2B700
Complementary color
Monochromatic Colors of #A2B700
Black with #A2B700
Text Example
Text Example
White with #A2B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B700; }
p { color: rgb(162,183,0); }
H1.HeaderClassName
{
color: #A2B700;
}
.AnyTagClassName
{
color: #A2B700;
}
</style>
background-color css
<style>
a { background-color: #A2B700; }
a { background-color: rgb(162,183,0); }
div.DivClassName
{
background-color: #A2B700;
}
.BgClassName
{
background-color: #A2B700;
}
</style>
border-color css
<style>
span { border-color: #A2B700; }
span { border-color: rgb(162,183,0); }
td.TdClassName
{
border-color: #A2B700;
}
.TagClassName
{
border-color: #A2B700;
}
</style>