Shades of Citrus #A8BA07
Tints of Citrus #A8BA07
RGB
CMYK
RGB Variations
Color information
#A8BA07 (or 0xA8BA07) is known color: Citrus. HEX triplet: A8, BA and 07. RGB value is (168,186,7). Sum of RGB (Red+Green+Blue) = 168+186+7=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA07 is #5745F8. Grayscale: #A0A0A0. Windows color (decimal): -5719545 or 506536. OLE color: 506536.
HSL color Cylindrical-coordinate representation of color #A8BA07: hue angle of 66.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8BA07 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 7 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.27 |
| HSL | 66.03º | 0.93% | 0.38% | - |
| HSV(B) | 66.03º | 0.96% | 0.73% | - |
| XYZ | 33.75 | 43.46 | 6.81 | - |
| YUV | 160.21 | 41.54 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 7 | 0.10 | 0 | 0.96 | 0.27 | 66.03 | 0.93 | 0.38 |
| Hex | A8 | BA | 7 | A | 0 | 60 | 1B | 42 | 5D | 26 |
| Octal | 250 | 272 | 7 | 12 | 0 | 140 | 33 | 102 | 135 | 46 |
| Binary | 10101000 | 10111010 | 111 | 1010 | 0 | 1100000 | 11011 | 1000010 | 1011101 | 100110 |
Color Harmonies of #A8BA07
Complementary color
Monochromatic Colors of #A8BA07
Black with #A8BA07
Text Example
Text Example
White with #A8BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA07; }
p { color: rgb(168,186,7); }
H1.HeaderClassName
{
color: #A8BA07;
}
.AnyTagClassName
{
color: #A8BA07;
}
</style>
background-color css
<style>
a { background-color: #A8BA07; }
a { background-color: rgb(168,186,7); }
div.DivClassName
{
background-color: #A8BA07;
}
.BgClassName
{
background-color: #A8BA07;
}
</style>
border-color css
<style>
span { border-color: #A8BA07; }
span { border-color: rgb(168,186,7); }
td.TdClassName
{
border-color: #A8BA07;
}
.TagClassName
{
border-color: #A8BA07;
}
</style>