Shades of Citrus #A8BB02
Tints of Citrus #A8BB02
RGB
CMYK
RGB Variations
Color information
#A8BB02 (or 0xA8BB02) is known color: Citrus. HEX triplet: A8, BB and 02. RGB value is (168,187,2). Sum of RGB (Red+Green+Blue) = 168+187+2=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB02 is #5744FD. Grayscale: #A0A0A0. Windows color (decimal): -5719294 or 179112. OLE color: 179112.
HSL color Cylindrical-coordinate representation of color #A8BB02: hue angle of 66.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8BB02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.27 |
| HSL | 66.16º | 0.98% | 0.37% | - |
| HSV(B) | 66.16º | 0.99% | 0.73% | - |
| XYZ | 33.93 | 43.87 | 6.74 | - |
| YUV | 160.23 | 38.71 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 2 | 0.10 | 0 | 0.99 | 0.27 | 66.16 | 0.98 | 0.37 |
| Hex | A8 | BB | 2 | A | 0 | 63 | 1B | 42 | 62 | 25 |
| Octal | 250 | 273 | 2 | 12 | 0 | 143 | 33 | 102 | 142 | 45 |
| Binary | 10101000 | 10111011 | 10 | 1010 | 0 | 1100011 | 11011 | 1000010 | 1100010 | 100101 |
Color Harmonies of #A8BB02
Complementary color
Monochromatic Colors of #A8BB02
Black with #A8BB02
Text Example
Text Example
White with #A8BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB02; }
p { color: rgb(168,187,2); }
H1.HeaderClassName
{
color: #A8BB02;
}
.AnyTagClassName
{
color: #A8BB02;
}
</style>
background-color css
<style>
a { background-color: #A8BB02; }
a { background-color: rgb(168,187,2); }
div.DivClassName
{
background-color: #A8BB02;
}
.BgClassName
{
background-color: #A8BB02;
}
</style>
border-color css
<style>
span { border-color: #A8BB02; }
span { border-color: rgb(168,187,2); }
td.TdClassName
{
border-color: #A8BB02;
}
.TagClassName
{
border-color: #A8BB02;
}
</style>