Shades of Citrus #A8BB10
Tints of Citrus #A8BB10
RGB
CMYK
RGB Variations
Color information
#A8BB10 (or 0xA8BB10) is known color: Citrus. HEX triplet: A8, BB and 10. RGB value is (168,187,16). Sum of RGB (Red+Green+Blue) = 168+187+16=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB10 is #5744EF. Grayscale: #A2A2A2. Windows color (decimal): -5719280 or 1096616. OLE color: 1096616.
HSL color Cylindrical-coordinate representation of color #A8BB10: hue angle of 66.67º degrees, saturation: 0.84, 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 #A8BB10 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 16 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.27 |
| HSL | 66.67º | 0.84% | 0.4% | - |
| HSV(B) | 66.67º | 0.91% | 0.73% | - |
| XYZ | 34.01 | 43.9 | 7.17 | - |
| YUV | 161.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 16 | 0.10 | 0 | 0.91 | 0.27 | 66.67 | 0.84 | 0.4 |
| Hex | A8 | BB | 10 | A | 0 | 5B | 1B | 43 | 54 | 28 |
| Octal | 250 | 273 | 20 | 12 | 0 | 133 | 33 | 103 | 124 | 50 |
| Binary | 10101000 | 10111011 | 10000 | 1010 | 0 | 1011011 | 11011 | 1000011 | 1010100 | 101000 |
Color Harmonies of #A8BB10
Complementary color
Monochromatic Colors of #A8BB10
Black with #A8BB10
Text Example
Text Example
White with #A8BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB10; }
p { color: rgb(168,187,16); }
H1.HeaderClassName
{
color: #A8BB10;
}
.AnyTagClassName
{
color: #A8BB10;
}
</style>
background-color css
<style>
a { background-color: #A8BB10; }
a { background-color: rgb(168,187,16); }
div.DivClassName
{
background-color: #A8BB10;
}
.BgClassName
{
background-color: #A8BB10;
}
</style>
border-color css
<style>
span { border-color: #A8BB10; }
span { border-color: rgb(168,187,16); }
td.TdClassName
{
border-color: #A8BB10;
}
.TagClassName
{
border-color: #A8BB10;
}
</style>