Shades of Citrus #A5BA0A
Tints of Citrus #A5BA0A
RGB
CMYK
RGB Variations
Color information
#A5BA0A (or 0xA5BA0A) is known color: Citrus. HEX triplet: A5, BA and 0A. RGB value is (165,186,10). Sum of RGB (Red+Green+Blue) = 165+186+10=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA0A is #5A45F5. Grayscale: #A0A0A0. Windows color (decimal): -5916150 or 703141. OLE color: 703141.
HSL color Cylindrical-coordinate representation of color #A5BA0A: hue angle of 67.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5BA0A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.27 |
| HSL | 67.16º | 0.9% | 0.38% | - |
| HSV(B) | 67.16º | 0.95% | 0.73% | - |
| XYZ | 33.13 | 43.14 | 6.87 | - |
| YUV | 159.66 | 43.54 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 10 | 0.11 | 0 | 0.95 | 0.27 | 67.16 | 0.9 | 0.38 |
| Hex | A5 | BA | A | B | 0 | 5F | 1B | 43 | 5A | 26 |
| Octal | 245 | 272 | 12 | 13 | 0 | 137 | 33 | 103 | 132 | 46 |
| Binary | 10100101 | 10111010 | 1010 | 1011 | 0 | 1011111 | 11011 | 1000011 | 1011010 | 100110 |
Color Harmonies of #A5BA0A
Complementary color
Monochromatic Colors of #A5BA0A
Black with #A5BA0A
Text Example
Text Example
White with #A5BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA0A; }
p { color: rgb(165,186,10); }
H1.HeaderClassName
{
color: #A5BA0A;
}
.AnyTagClassName
{
color: #A5BA0A;
}
</style>
background-color css
<style>
a { background-color: #A5BA0A; }
a { background-color: rgb(165,186,10); }
div.DivClassName
{
background-color: #A5BA0A;
}
.BgClassName
{
background-color: #A5BA0A;
}
</style>
border-color css
<style>
span { border-color: #A5BA0A; }
span { border-color: rgb(165,186,10); }
td.TdClassName
{
border-color: #A5BA0A;
}
.TagClassName
{
border-color: #A5BA0A;
}
</style>