Shades of Citrus #A8B30E
Tints of Citrus #A8B30E
RGB
CMYK
RGB Variations
Color information
#A8B30E (or 0xA8B30E) is known color: Citrus. HEX triplet: A8, B3 and 0E. RGB value is (168,179,14). Sum of RGB (Red+Green+Blue) = 168+179+14=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B30E is #574CF1. Grayscale: #9D9D9D. Windows color (decimal): -5721330 or 963496. OLE color: 963496.
HSL color Cylindrical-coordinate representation of color #A8B30E: hue angle of 64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8B30E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 14 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.30 |
| HSL | 64º | 0.85% | 0.38% | - |
| HSV(B) | 64º | 0.92% | 0.7% | - |
| XYZ | 32.35 | 40.6 | 6.55 | - |
| YUV | 156.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 14 | 0.06 | 0 | 0.92 | 0.30 | 64 | 0.85 | 0.38 |
| Hex | A8 | B3 | E | 6 | 0 | 5C | 1E | 40 | 55 | 26 |
| Octal | 250 | 263 | 16 | 6 | 0 | 134 | 36 | 100 | 125 | 46 |
| Binary | 10101000 | 10110011 | 1110 | 110 | 0 | 1011100 | 11110 | 1000000 | 1010101 | 100110 |
Color Harmonies of #A8B30E
Complementary color
Monochromatic Colors of #A8B30E
Black with #A8B30E
Text Example
Text Example
White with #A8B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B30E; }
p { color: rgb(168,179,14); }
H1.HeaderClassName
{
color: #A8B30E;
}
.AnyTagClassName
{
color: #A8B30E;
}
</style>
background-color css
<style>
a { background-color: #A8B30E; }
a { background-color: rgb(168,179,14); }
div.DivClassName
{
background-color: #A8B30E;
}
.BgClassName
{
background-color: #A8B30E;
}
</style>
border-color css
<style>
span { border-color: #A8B30E; }
span { border-color: rgb(168,179,14); }
td.TdClassName
{
border-color: #A8B30E;
}
.TagClassName
{
border-color: #A8B30E;
}
</style>