Shades of Citrus #A8BB01
Tints of Citrus #A8BB01
RGB
CMYK
RGB Variations
Color information
#A8BB01 (or 0xA8BB01) is known color: Citrus. HEX triplet: A8, BB and 01. RGB value is (168,187,1). Sum of RGB (Red+Green+Blue) = 168+187+1=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB01 is #5744FE. Grayscale: #A0A0A0. Windows color (decimal): -5719295 or 113576. OLE color: 113576.
HSL color Cylindrical-coordinate representation of color #A8BB01: hue angle of 66.13º degrees, saturation: 0.99, 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 #A8BB01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.27 |
| HSL | 66.13º | 0.99% | 0.37% | - |
| HSV(B) | 66.13º | 0.99% | 0.73% | - |
| XYZ | 33.92 | 43.87 | 6.71 | - |
| YUV | 160.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 1 | 0.10 | 0 | 0.99 | 0.27 | 66.13 | 0.99 | 0.37 |
| Hex | A8 | BB | 1 | A | 0 | 63 | 1B | 42 | 63 | 25 |
| Octal | 250 | 273 | 1 | 12 | 0 | 143 | 33 | 102 | 143 | 45 |
| Binary | 10101000 | 10111011 | 1 | 1010 | 0 | 1100011 | 11011 | 1000010 | 1100011 | 100101 |
Color Harmonies of #A8BB01
Complementary color
Monochromatic Colors of #A8BB01
Black with #A8BB01
Text Example
Text Example
White with #A8BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB01; }
p { color: rgb(168,187,1); }
H1.HeaderClassName
{
color: #A8BB01;
}
.AnyTagClassName
{
color: #A8BB01;
}
</style>
background-color css
<style>
a { background-color: #A8BB01; }
a { background-color: rgb(168,187,1); }
div.DivClassName
{
background-color: #A8BB01;
}
.BgClassName
{
background-color: #A8BB01;
}
</style>
border-color css
<style>
span { border-color: #A8BB01; }
span { border-color: rgb(168,187,1); }
td.TdClassName
{
border-color: #A8BB01;
}
.TagClassName
{
border-color: #A8BB01;
}
</style>