Shades of Citrus #A8B00A
Tints of Citrus #A8B00A
RGB
CMYK
RGB Variations
Color information
#A8B00A (or 0xA8B00A) is known color: Citrus. HEX triplet: A8, B0 and 0A. RGB value is (168,176,10). Sum of RGB (Red+Green+Blue) = 168+176+10=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B00A is #574FF5. Grayscale: #9B9B9B. Windows color (decimal): -5722102 or 700584. OLE color: 700584.
HSL color Cylindrical-coordinate representation of color #A8B00A: hue angle of 62.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B00A is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 10 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.31 |
| HSL | 62.89º | 0.89% | 0.36% | - |
| HSV(B) | 62.89º | 0.94% | 0.69% | - |
| XYZ | 31.73 | 39.4 | 6.22 | - |
| YUV | 154.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 10 | 0.05 | 0 | 0.94 | 0.31 | 62.89 | 0.89 | 0.36 |
| Hex | A8 | B0 | A | 5 | 0 | 5E | 1F | 3F | 59 | 24 |
| Octal | 250 | 260 | 12 | 5 | 0 | 136 | 37 | 77 | 131 | 44 |
| Binary | 10101000 | 10110000 | 1010 | 101 | 0 | 1011110 | 11111 | 111111 | 1011001 | 100100 |
Color Harmonies of #A8B00A
Complementary color
Monochromatic Colors of #A8B00A
Black with #A8B00A
Text Example
Text Example
White with #A8B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B00A; }
p { color: rgb(168,176,10); }
H1.HeaderClassName
{
color: #A8B00A;
}
.AnyTagClassName
{
color: #A8B00A;
}
</style>
background-color css
<style>
a { background-color: #A8B00A; }
a { background-color: rgb(168,176,10); }
div.DivClassName
{
background-color: #A8B00A;
}
.BgClassName
{
background-color: #A8B00A;
}
</style>
border-color css
<style>
span { border-color: #A8B00A; }
span { border-color: rgb(168,176,10); }
td.TdClassName
{
border-color: #A8B00A;
}
.TagClassName
{
border-color: #A8B00A;
}
</style>