Shades of Citrus #A2B800
Tints of Citrus #A2B800
RGB
CMYK
RGB Variations
Color information
#A2B800 (or 0xA2B800) is known color: Citrus. HEX triplet: A2, B8 and 00. RGB value is (162,184,0). Sum of RGB (Red+Green+Blue) = 162+184+0=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B800 is #5D47FF. Grayscale: #9D9D9D. Windows color (decimal): -6113280 or 47266. OLE color: 47266.
HSL color Cylindrical-coordinate representation of color #A2B800: hue angle of 67.17º 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 #A2B800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.28 |
| HSL | 67.17º | 1% | 0.36% | - |
| HSV(B) | 67.17º | 1% | 0.72% | - |
| XYZ | 32.04 | 41.96 | 6.41 | - |
| YUV | 156.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 0 | 0.12 | 0 | 1 | 0.28 | 67.17 | 1 | 0.36 |
| Hex | A2 | B8 | 0 | C | 0 | 64 | 1C | 43 | 64 | 24 |
| Octal | 242 | 270 | 0 | 14 | 0 | 144 | 34 | 103 | 144 | 44 |
| Binary | 10100010 | 10111000 | 0 | 1100 | 0 | 1100100 | 11100 | 1000011 | 1100100 | 100100 |
Color Harmonies of #A2B800
Complementary color
Monochromatic Colors of #A2B800
Black with #A2B800
Text Example
Text Example
White with #A2B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B800; }
p { color: rgb(162,184,0); }
H1.HeaderClassName
{
color: #A2B800;
}
.AnyTagClassName
{
color: #A2B800;
}
</style>
background-color css
<style>
a { background-color: #A2B800; }
a { background-color: rgb(162,184,0); }
div.DivClassName
{
background-color: #A2B800;
}
.BgClassName
{
background-color: #A2B800;
}
</style>
border-color css
<style>
span { border-color: #A2B800; }
span { border-color: rgb(162,184,0); }
td.TdClassName
{
border-color: #A2B800;
}
.TagClassName
{
border-color: #A2B800;
}
</style>