Shades of Citrus #A8BB11
Tints of Citrus #A8BB11
RGB
CMYK
RGB Variations
Color information
#A8BB11 (or 0xA8BB11) is known color: Citrus. HEX triplet: A8, BB and 11. RGB value is (168,187,17). Sum of RGB (Red+Green+Blue) = 168+187+17=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB11 is #5744EE. Grayscale: #A2A2A2. Windows color (decimal): -5719279 or 1162152. OLE color: 1162152.
HSL color Cylindrical-coordinate representation of color #A8BB11: hue angle of 66.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8BB11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 17 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.27 |
| HSL | 66.71º | 0.83% | 0.4% | - |
| HSV(B) | 66.71º | 0.91% | 0.73% | - |
| XYZ | 34.02 | 43.91 | 7.21 | - |
| YUV | 161.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 17 | 0.10 | 0 | 0.91 | 0.27 | 66.71 | 0.83 | 0.4 |
| Hex | A8 | BB | 11 | A | 0 | 5B | 1B | 43 | 53 | 28 |
| Octal | 250 | 273 | 21 | 12 | 0 | 133 | 33 | 103 | 123 | 50 |
| Binary | 10101000 | 10111011 | 10001 | 1010 | 0 | 1011011 | 11011 | 1000011 | 1010011 | 101000 |
Color Harmonies of #A8BB11
Complementary color
Monochromatic Colors of #A8BB11
Black with #A8BB11
Text Example
Text Example
White with #A8BB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB11; }
p { color: rgb(168,187,17); }
H1.HeaderClassName
{
color: #A8BB11;
}
.AnyTagClassName
{
color: #A8BB11;
}
</style>
background-color css
<style>
a { background-color: #A8BB11; }
a { background-color: rgb(168,187,17); }
div.DivClassName
{
background-color: #A8BB11;
}
.BgClassName
{
background-color: #A8BB11;
}
</style>
border-color css
<style>
span { border-color: #A8BB11; }
span { border-color: rgb(168,187,17); }
td.TdClassName
{
border-color: #A8BB11;
}
.TagClassName
{
border-color: #A8BB11;
}
</style>