Shades of Citrus #A8BF0E
Tints of Citrus #A8BF0E
RGB
CMYK
RGB Variations
Color information
#A8BF0E (or 0xA8BF0E) is known color: Citrus. HEX triplet: A8, BF and 0E. RGB value is (168,191,14). Sum of RGB (Red+Green+Blue) = 168+191+14=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF0E is #5740F1. Grayscale: #A4A4A4. Windows color (decimal): -5718258 or 966568. OLE color: 966568.
HSL color Cylindrical-coordinate representation of color #A8BF0E: hue angle of 67.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8BF0E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.25 |
| HSL | 67.8º | 0.86% | 0.4% | - |
| HSV(B) | 67.8º | 0.93% | 0.75% | - |
| XYZ | 34.86 | 45.62 | 7.38 | - |
| YUV | 163.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 14 | 0.12 | 0 | 0.93 | 0.25 | 67.8 | 0.86 | 0.4 |
| Hex | A8 | BF | E | C | 0 | 5D | 19 | 44 | 56 | 28 |
| Octal | 250 | 277 | 16 | 14 | 0 | 135 | 31 | 104 | 126 | 50 |
| Binary | 10101000 | 10111111 | 1110 | 1100 | 0 | 1011101 | 11001 | 1000100 | 1010110 | 101000 |
Color Harmonies of #A8BF0E
Complementary color
Monochromatic Colors of #A8BF0E
Black with #A8BF0E
Text Example
Text Example
White with #A8BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF0E; }
p { color: rgb(168,191,14); }
H1.HeaderClassName
{
color: #A8BF0E;
}
.AnyTagClassName
{
color: #A8BF0E;
}
</style>
background-color css
<style>
a { background-color: #A8BF0E; }
a { background-color: rgb(168,191,14); }
div.DivClassName
{
background-color: #A8BF0E;
}
.BgClassName
{
background-color: #A8BF0E;
}
</style>
border-color css
<style>
span { border-color: #A8BF0E; }
span { border-color: rgb(168,191,14); }
td.TdClassName
{
border-color: #A8BF0E;
}
.TagClassName
{
border-color: #A8BF0E;
}
</style>