Shades of Citrus #A5BA01
Tints of Citrus #A5BA01
RGB
CMYK
RGB Variations
Color information
#A5BA01 (or 0xA5BA01) is known color: Citrus. HEX triplet: A5, BA and 01. RGB value is (165,186,1). Sum of RGB (Red+Green+Blue) = 165+186+1=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA01 is #5A45FE. Grayscale: #9F9F9F. Windows color (decimal): -5916159 or 113317. OLE color: 113317.
HSL color Cylindrical-coordinate representation of color #A5BA01: hue angle of 66.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5BA01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.27 |
| HSL | 66.81º | 0.99% | 0.37% | - |
| HSV(B) | 66.81º | 0.99% | 0.73% | - |
| XYZ | 33.08 | 43.12 | 6.61 | - |
| YUV | 158.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 1 | 0.11 | 0 | 0.99 | 0.27 | 66.81 | 0.99 | 0.37 |
| Hex | A5 | BA | 1 | B | 0 | 63 | 1B | 43 | 63 | 25 |
| Octal | 245 | 272 | 1 | 13 | 0 | 143 | 33 | 103 | 143 | 45 |
| Binary | 10100101 | 10111010 | 1 | 1011 | 0 | 1100011 | 11011 | 1000011 | 1100011 | 100101 |
Color Harmonies of #A5BA01
Complementary color
Monochromatic Colors of #A5BA01
Black with #A5BA01
Text Example
Text Example
White with #A5BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA01; }
p { color: rgb(165,186,1); }
H1.HeaderClassName
{
color: #A5BA01;
}
.AnyTagClassName
{
color: #A5BA01;
}
</style>
background-color css
<style>
a { background-color: #A5BA01; }
a { background-color: rgb(165,186,1); }
div.DivClassName
{
background-color: #A5BA01;
}
.BgClassName
{
background-color: #A5BA01;
}
</style>
border-color css
<style>
span { border-color: #A5BA01; }
span { border-color: rgb(165,186,1); }
td.TdClassName
{
border-color: #A5BA01;
}
.TagClassName
{
border-color: #A5BA01;
}
</style>