Shades of Citrus #A1B617
Tints of Citrus #A1B617
RGB
CMYK
RGB Variations
Color information
#A1B617 (or 0xA1B617) is known color: Citrus. HEX triplet: A1, B6 and 17. RGB value is (161,182,23). Sum of RGB (Red+Green+Blue) = 161+182+23=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B617 is #5E49E8. Grayscale: #9E9E9E. Windows color (decimal): -6179305 or 1554081. OLE color: 1554081.
HSL color Cylindrical-coordinate representation of color #A1B617: hue angle of 67.92º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1B617 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 23 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.29 |
| HSL | 67.92º | 0.78% | 0.4% | - |
| HSV(B) | 67.92º | 0.87% | 0.71% | - |
| XYZ | 31.58 | 41.09 | 7.08 | - |
| YUV | 157.6 | 52.04 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 23 | 0.12 | 0 | 0.87 | 0.29 | 67.92 | 0.78 | 0.4 |
| Hex | A1 | B6 | 17 | C | 0 | 57 | 1D | 44 | 4E | 28 |
| Octal | 241 | 266 | 27 | 14 | 0 | 127 | 35 | 104 | 116 | 50 |
| Binary | 10100001 | 10110110 | 10111 | 1100 | 0 | 1010111 | 11101 | 1000100 | 1001110 | 101000 |
Color Harmonies of #A1B617
Complementary color
Monochromatic Colors of #A1B617
Black with #A1B617
Text Example
Text Example
White with #A1B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B617; }
p { color: rgb(161,182,23); }
H1.HeaderClassName
{
color: #A1B617;
}
.AnyTagClassName
{
color: #A1B617;
}
</style>
background-color css
<style>
a { background-color: #A1B617; }
a { background-color: rgb(161,182,23); }
div.DivClassName
{
background-color: #A1B617;
}
.BgClassName
{
background-color: #A1B617;
}
</style>
border-color css
<style>
span { border-color: #A1B617; }
span { border-color: rgb(161,182,23); }
td.TdClassName
{
border-color: #A1B617;
}
.TagClassName
{
border-color: #A1B617;
}
</style>