Shades of Citrus #A2BB08
Tints of Citrus #A2BB08
RGB
CMYK
RGB Variations
Color information
#A2BB08 (or 0xA2BB08) is known color: Citrus. HEX triplet: A2, BB and 08. RGB value is (162,187,8). Sum of RGB (Red+Green+Blue) = 162+187+8=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BB08 is #5D44F7. Grayscale: #9F9F9F. Windows color (decimal): -6112504 or 572322. OLE color: 572322.
HSL color Cylindrical-coordinate representation of color #A2BB08: hue angle of 68.38º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2BB08 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.27 |
| HSL | 68.38º | 0.92% | 0.38% | - |
| HSV(B) | 68.38º | 0.96% | 0.73% | - |
| XYZ | 32.71 | 43.24 | 6.85 | - |
| YUV | 159.12 | 42.72 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 8 | 0.13 | 0 | 0.96 | 0.27 | 68.38 | 0.92 | 0.38 |
| Hex | A2 | BB | 8 | D | 0 | 60 | 1B | 44 | 5C | 26 |
| Octal | 242 | 273 | 10 | 15 | 0 | 140 | 33 | 104 | 134 | 46 |
| Binary | 10100010 | 10111011 | 1000 | 1101 | 0 | 1100000 | 11011 | 1000100 | 1011100 | 100110 |
Color Harmonies of #A2BB08
Complementary color
Monochromatic Colors of #A2BB08
Black with #A2BB08
Text Example
Text Example
White with #A2BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB08; }
p { color: rgb(162,187,8); }
H1.HeaderClassName
{
color: #A2BB08;
}
.AnyTagClassName
{
color: #A2BB08;
}
</style>
background-color css
<style>
a { background-color: #A2BB08; }
a { background-color: rgb(162,187,8); }
div.DivClassName
{
background-color: #A2BB08;
}
.BgClassName
{
background-color: #A2BB08;
}
</style>
border-color css
<style>
span { border-color: #A2BB08; }
span { border-color: rgb(162,187,8); }
td.TdClassName
{
border-color: #A2BB08;
}
.TagClassName
{
border-color: #A2BB08;
}
</style>