Shades of Citrus #A1B813
Tints of Citrus #A1B813
RGB
CMYK
RGB Variations
Color information
#A1B813 (or 0xA1B813) is known color: Citrus. HEX triplet: A1, B8 and 13. RGB value is (161,184,19). Sum of RGB (Red+Green+Blue) = 161+184+19=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B813 is #5E47EC. Grayscale: #9E9E9E. Windows color (decimal): -6178797 or 1292449. OLE color: 1292449.
HSL color Cylindrical-coordinate representation of color #A1B813: hue angle of 68.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1B813 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.28 |
| HSL | 68.36º | 0.81% | 0.4% | - |
| HSV(B) | 68.36º | 0.9% | 0.72% | - |
| XYZ | 31.96 | 41.91 | 7.02 | - |
| YUV | 158.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 19 | 0.12 | 0 | 0.90 | 0.28 | 68.36 | 0.81 | 0.4 |
| Hex | A1 | B8 | 13 | C | 0 | 5A | 1C | 44 | 51 | 28 |
| Octal | 241 | 270 | 23 | 14 | 0 | 132 | 34 | 104 | 121 | 50 |
| Binary | 10100001 | 10111000 | 10011 | 1100 | 0 | 1011010 | 11100 | 1000100 | 1010001 | 101000 |
Color Harmonies of #A1B813
Complementary color
Monochromatic Colors of #A1B813
Black with #A1B813
Text Example
Text Example
White with #A1B813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B813; }
p { color: rgb(161,184,19); }
H1.HeaderClassName
{
color: #A1B813;
}
.AnyTagClassName
{
color: #A1B813;
}
</style>
background-color css
<style>
a { background-color: #A1B813; }
a { background-color: rgb(161,184,19); }
div.DivClassName
{
background-color: #A1B813;
}
.BgClassName
{
background-color: #A1B813;
}
</style>
border-color css
<style>
span { border-color: #A1B813; }
span { border-color: rgb(161,184,19); }
td.TdClassName
{
border-color: #A1B813;
}
.TagClassName
{
border-color: #A1B813;
}
</style>