Shades of Citrus #A2B808
Tints of Citrus #A2B808
RGB
CMYK
RGB Variations
Color information
#A2B808 (or 0xA2B808) is known color: Citrus. HEX triplet: A2, B8 and 08. RGB value is (162,184,8). Sum of RGB (Red+Green+Blue) = 162+184+8=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B808 is #5D47F7. Grayscale: #9E9E9E. Windows color (decimal): -6113272 or 571554. OLE color: 571554.
HSL color Cylindrical-coordinate representation of color #A2B808: hue angle of 67.5º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B808 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 8 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.28 |
| HSL | 67.5º | 0.92% | 0.38% | - |
| HSV(B) | 67.5º | 0.96% | 0.72% | - |
| XYZ | 32.08 | 41.98 | 6.64 | - |
| YUV | 157.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 8 | 0.12 | 0 | 0.96 | 0.28 | 67.5 | 0.92 | 0.38 |
| Hex | A2 | B8 | 8 | C | 0 | 60 | 1C | 44 | 5C | 26 |
| Octal | 242 | 270 | 10 | 14 | 0 | 140 | 34 | 104 | 134 | 46 |
| Binary | 10100010 | 10111000 | 1000 | 1100 | 0 | 1100000 | 11100 | 1000100 | 1011100 | 100110 |
Color Harmonies of #A2B808
Complementary color
Monochromatic Colors of #A2B808
Black with #A2B808
Text Example
Text Example
White with #A2B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B808; }
p { color: rgb(162,184,8); }
H1.HeaderClassName
{
color: #A2B808;
}
.AnyTagClassName
{
color: #A2B808;
}
</style>
background-color css
<style>
a { background-color: #A2B808; }
a { background-color: rgb(162,184,8); }
div.DivClassName
{
background-color: #A2B808;
}
.BgClassName
{
background-color: #A2B808;
}
</style>
border-color css
<style>
span { border-color: #A2B808; }
span { border-color: rgb(162,184,8); }
td.TdClassName
{
border-color: #A2B808;
}
.TagClassName
{
border-color: #A2B808;
}
</style>