Shades of Citrus #A4BA06
Tints of Citrus #A4BA06
RGB
CMYK
RGB Variations
Color information
#A4BA06 (or 0xA4BA06) is known color: Citrus. HEX triplet: A4, BA and 06. RGB value is (164,186,6). Sum of RGB (Red+Green+Blue) = 164+186+6=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BA06 is #5B45F9. Grayscale: #9F9F9F. Windows color (decimal): -5981690 or 440996. OLE color: 440996.
HSL color Cylindrical-coordinate representation of color #A4BA06: hue angle of 67.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4BA06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.27 |
| HSL | 67.33º | 0.94% | 0.38% | - |
| HSV(B) | 67.33º | 0.97% | 0.73% | - |
| XYZ | 32.9 | 43.02 | 6.74 | - |
| YUV | 158.9 | 41.71 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 6 | 0.12 | 0 | 0.97 | 0.27 | 67.33 | 0.94 | 0.38 |
| Hex | A4 | BA | 6 | C | 0 | 61 | 1B | 43 | 5E | 26 |
| Octal | 244 | 272 | 6 | 14 | 0 | 141 | 33 | 103 | 136 | 46 |
| Binary | 10100100 | 10111010 | 110 | 1100 | 0 | 1100001 | 11011 | 1000011 | 1011110 | 100110 |
Color Harmonies of #A4BA06
Complementary color
Monochromatic Colors of #A4BA06
Black with #A4BA06
Text Example
Text Example
White with #A4BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA06; }
p { color: rgb(164,186,6); }
H1.HeaderClassName
{
color: #A4BA06;
}
.AnyTagClassName
{
color: #A4BA06;
}
</style>
background-color css
<style>
a { background-color: #A4BA06; }
a { background-color: rgb(164,186,6); }
div.DivClassName
{
background-color: #A4BA06;
}
.BgClassName
{
background-color: #A4BA06;
}
</style>
border-color css
<style>
span { border-color: #A4BA06; }
span { border-color: rgb(164,186,6); }
td.TdClassName
{
border-color: #A4BA06;
}
.TagClassName
{
border-color: #A4BA06;
}
</style>