Shades of Citrus #A1B900
Tints of Citrus #A1B900
RGB
CMYK
RGB Variations
Color information
#A1B900 (or 0xA1B900) is known color: Citrus. HEX triplet: A1, B9 and 00. RGB value is (161,185,0). Sum of RGB (Red+Green+Blue) = 161+185+0=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B900 is #5E46FF. Grayscale: #9D9D9D. Windows color (decimal): -6178560 or 47521. OLE color: 47521.
HSL color Cylindrical-coordinate representation of color #A1B900: hue angle of 67.78º 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 #A1B900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.27 |
| HSL | 67.78º | 1% | 0.36% | - |
| HSV(B) | 67.78º | 1% | 0.73% | - |
| XYZ | 32.05 | 42.27 | 6.47 | - |
| YUV | 156.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 0 | 0.13 | 0 | 1 | 0.27 | 67.78 | 1 | 0.36 |
| Hex | A1 | B9 | 0 | D | 0 | 64 | 1B | 44 | 64 | 24 |
| Octal | 241 | 271 | 0 | 15 | 0 | 144 | 33 | 104 | 144 | 44 |
| Binary | 10100001 | 10111001 | 0 | 1101 | 0 | 1100100 | 11011 | 1000100 | 1100100 | 100100 |
Color Harmonies of #A1B900
Complementary color
Monochromatic Colors of #A1B900
Black with #A1B900
Text Example
Text Example
White with #A1B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B900; }
p { color: rgb(161,185,0); }
H1.HeaderClassName
{
color: #A1B900;
}
.AnyTagClassName
{
color: #A1B900;
}
</style>
background-color css
<style>
a { background-color: #A1B900; }
a { background-color: rgb(161,185,0); }
div.DivClassName
{
background-color: #A1B900;
}
.BgClassName
{
background-color: #A1B900;
}
</style>
border-color css
<style>
span { border-color: #A1B900; }
span { border-color: rgb(161,185,0); }
td.TdClassName
{
border-color: #A1B900;
}
.TagClassName
{
border-color: #A1B900;
}
</style>