Shades of Citrus #A3BA07
Tints of Citrus #A3BA07
RGB
CMYK
RGB Variations
Color information
#A3BA07 (or 0xA3BA07) is known color: Citrus. HEX triplet: A3, BA and 07. RGB value is (163,186,7). Sum of RGB (Red+Green+Blue) = 163+186+7=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA07 is #5C45F8. Grayscale: #9F9F9F. Windows color (decimal): -6047225 or 506531. OLE color: 506531.
HSL color Cylindrical-coordinate representation of color #A3BA07: hue angle of 67.71º 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 #A3BA07 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.27 |
| HSL | 67.71º | 0.93% | 0.38% | - |
| HSV(B) | 67.71º | 0.96% | 0.73% | - |
| XYZ | 32.7 | 42.92 | 6.76 | - |
| YUV | 158.72 | 42.38 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 7 | 0.12 | 0 | 0.96 | 0.27 | 67.71 | 0.93 | 0.38 |
| Hex | A3 | BA | 7 | C | 0 | 60 | 1B | 44 | 5D | 26 |
| Octal | 243 | 272 | 7 | 14 | 0 | 140 | 33 | 104 | 135 | 46 |
| Binary | 10100011 | 10111010 | 111 | 1100 | 0 | 1100000 | 11011 | 1000100 | 1011101 | 100110 |
Color Harmonies of #A3BA07
Complementary color
Monochromatic Colors of #A3BA07
Black with #A3BA07
Text Example
Text Example
White with #A3BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA07; }
p { color: rgb(163,186,7); }
H1.HeaderClassName
{
color: #A3BA07;
}
.AnyTagClassName
{
color: #A3BA07;
}
</style>
background-color css
<style>
a { background-color: #A3BA07; }
a { background-color: rgb(163,186,7); }
div.DivClassName
{
background-color: #A3BA07;
}
.BgClassName
{
background-color: #A3BA07;
}
</style>
border-color css
<style>
span { border-color: #A3BA07; }
span { border-color: rgb(163,186,7); }
td.TdClassName
{
border-color: #A3BA07;
}
.TagClassName
{
border-color: #A3BA07;
}
</style>