Shades of Citrus #A8B20A
Tints of Citrus #A8B20A
RGB
CMYK
RGB Variations
Color information
#A8B20A (or 0xA8B20A) is known color: Citrus. HEX triplet: A8, B2 and 0A. RGB value is (168,178,10). Sum of RGB (Red+Green+Blue) = 168+178+10=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B20A is #574DF5. Grayscale: #9C9C9C. Windows color (decimal): -5721590 or 701096. OLE color: 701096.
HSL color Cylindrical-coordinate representation of color #A8B20A: hue angle of 63.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B20A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 10 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.30 |
| HSL | 63.57º | 0.89% | 0.37% | - |
| HSV(B) | 63.57º | 0.94% | 0.7% | - |
| XYZ | 32.12 | 40.19 | 6.35 | - |
| YUV | 155.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 10 | 0.06 | 0 | 0.94 | 0.30 | 63.57 | 0.89 | 0.37 |
| Hex | A8 | B2 | A | 6 | 0 | 5E | 1E | 40 | 59 | 25 |
| Octal | 250 | 262 | 12 | 6 | 0 | 136 | 36 | 100 | 131 | 45 |
| Binary | 10101000 | 10110010 | 1010 | 110 | 0 | 1011110 | 11110 | 1000000 | 1011001 | 100101 |
Color Harmonies of #A8B20A
Complementary color
Monochromatic Colors of #A8B20A
Black with #A8B20A
Text Example
Text Example
White with #A8B20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B20A; }
p { color: rgb(168,178,10); }
H1.HeaderClassName
{
color: #A8B20A;
}
.AnyTagClassName
{
color: #A8B20A;
}
</style>
background-color css
<style>
a { background-color: #A8B20A; }
a { background-color: rgb(168,178,10); }
div.DivClassName
{
background-color: #A8B20A;
}
.BgClassName
{
background-color: #A8B20A;
}
</style>
border-color css
<style>
span { border-color: #A8B20A; }
span { border-color: rgb(168,178,10); }
td.TdClassName
{
border-color: #A8B20A;
}
.TagClassName
{
border-color: #A8B20A;
}
</style>