Shades of Citrus #A3B900
Tints of Citrus #A3B900
RGB
CMYK
RGB Variations
Color information
#A3B900 (or 0xA3B900) is known color: Citrus. HEX triplet: A3, B9 and 00. RGB value is (163,185,0). Sum of RGB (Red+Green+Blue) = 163+185+0=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B900 is #5C46FF. Grayscale: #9E9E9E. Windows color (decimal): -6047488 or 47523. OLE color: 47523.
HSL color Cylindrical-coordinate representation of color #A3B900: hue angle of 67.14º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3B900 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.27 |
| HSL | 67.14º | 1% | 0.36% | - |
| HSV(B) | 67.14º | 1% | 0.73% | - |
| XYZ | 32.45 | 42.48 | 6.49 | - |
| YUV | 157.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 0 | 0.12 | 0 | 1 | 0.27 | 67.14 | 1 | 0.36 |
| Hex | A3 | B9 | 0 | C | 0 | 64 | 1B | 43 | 64 | 24 |
| Octal | 243 | 271 | 0 | 14 | 0 | 144 | 33 | 103 | 144 | 44 |
| Binary | 10100011 | 10111001 | 0 | 1100 | 0 | 1100100 | 11011 | 1000011 | 1100100 | 100100 |
Color Harmonies of #A3B900
Complementary color
Monochromatic Colors of #A3B900
Black with #A3B900
Text Example
Text Example
White with #A3B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B900; }
p { color: rgb(163,185,0); }
H1.HeaderClassName
{
color: #A3B900;
}
.AnyTagClassName
{
color: #A3B900;
}
</style>
background-color css
<style>
a { background-color: #A3B900; }
a { background-color: rgb(163,185,0); }
div.DivClassName
{
background-color: #A3B900;
}
.BgClassName
{
background-color: #A3B900;
}
</style>
border-color css
<style>
span { border-color: #A3B900; }
span { border-color: rgb(163,185,0); }
td.TdClassName
{
border-color: #A3B900;
}
.TagClassName
{
border-color: #A3B900;
}
</style>