Shades of Citrus #A8B80B
Tints of Citrus #A8B80B
RGB
CMYK
RGB Variations
Color information
#A8B80B (or 0xA8B80B) is known color: Citrus. HEX triplet: A8, B8 and 0B. RGB value is (168,184,11). Sum of RGB (Red+Green+Blue) = 168+184+11=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B80B is #5747F4. Grayscale: #A0A0A0. Windows color (decimal): -5720053 or 768168. OLE color: 768168.
HSL color Cylindrical-coordinate representation of color #A8B80B: hue angle of 65.55º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B80B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.28 |
| HSL | 65.55º | 0.89% | 0.38% | - |
| HSV(B) | 65.55º | 0.94% | 0.72% | - |
| XYZ | 33.35 | 42.63 | 6.79 | - |
| YUV | 159.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 11 | 0.09 | 0 | 0.94 | 0.28 | 65.55 | 0.89 | 0.38 |
| Hex | A8 | B8 | B | 9 | 0 | 5E | 1C | 42 | 59 | 26 |
| Octal | 250 | 270 | 13 | 11 | 0 | 136 | 34 | 102 | 131 | 46 |
| Binary | 10101000 | 10111000 | 1011 | 1001 | 0 | 1011110 | 11100 | 1000010 | 1011001 | 100110 |
Color Harmonies of #A8B80B
Complementary color
Monochromatic Colors of #A8B80B
Black with #A8B80B
Text Example
Text Example
White with #A8B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B80B; }
p { color: rgb(168,184,11); }
H1.HeaderClassName
{
color: #A8B80B;
}
.AnyTagClassName
{
color: #A8B80B;
}
</style>
background-color css
<style>
a { background-color: #A8B80B; }
a { background-color: rgb(168,184,11); }
div.DivClassName
{
background-color: #A8B80B;
}
.BgClassName
{
background-color: #A8B80B;
}
</style>
border-color css
<style>
span { border-color: #A8B80B; }
span { border-color: rgb(168,184,11); }
td.TdClassName
{
border-color: #A8B80B;
}
.TagClassName
{
border-color: #A8B80B;
}
</style>