Shades of Citrus #A1B902
Tints of Citrus #A1B902
RGB
CMYK
RGB Variations
Color information
#A1B902 (or 0xA1B902) is known color: Citrus. HEX triplet: A1, B9 and 02. RGB value is (161,185,2). Sum of RGB (Red+Green+Blue) = 161+185+2=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B902 is #5E46FD. Grayscale: #9D9D9D. Windows color (decimal): -6178558 or 178593. OLE color: 178593.
HSL color Cylindrical-coordinate representation of color #A1B902: hue angle of 67.87º degrees, saturation: 0.98, 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 #A1B902 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.27 |
| HSL | 67.87º | 0.98% | 0.37% | - |
| HSV(B) | 67.87º | 0.99% | 0.73% | - |
| XYZ | 32.06 | 42.28 | 6.53 | - |
| YUV | 156.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 2 | 0.13 | 0 | 0.99 | 0.27 | 67.87 | 0.98 | 0.37 |
| Hex | A1 | B9 | 2 | D | 0 | 63 | 1B | 44 | 62 | 25 |
| Octal | 241 | 271 | 2 | 15 | 0 | 143 | 33 | 104 | 142 | 45 |
| Binary | 10100001 | 10111001 | 10 | 1101 | 0 | 1100011 | 11011 | 1000100 | 1100010 | 100101 |
Color Harmonies of #A1B902
Complementary color
Monochromatic Colors of #A1B902
Black with #A1B902
Text Example
Text Example
White with #A1B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B902; }
p { color: rgb(161,185,2); }
H1.HeaderClassName
{
color: #A1B902;
}
.AnyTagClassName
{
color: #A1B902;
}
</style>
background-color css
<style>
a { background-color: #A1B902; }
a { background-color: rgb(161,185,2); }
div.DivClassName
{
background-color: #A1B902;
}
.BgClassName
{
background-color: #A1B902;
}
</style>
border-color css
<style>
span { border-color: #A1B902; }
span { border-color: rgb(161,185,2); }
td.TdClassName
{
border-color: #A1B902;
}
.TagClassName
{
border-color: #A1B902;
}
</style>