Shades of Citrus #A1B313
Tints of Citrus #A1B313
RGB
CMYK
RGB Variations
Color information
#A1B313 (or 0xA1B313) is known color: Citrus. HEX triplet: A1, B3 and 13. RGB value is (161,179,19). Sum of RGB (Red+Green+Blue) = 161+179+19=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B313 is #5E4CEC. Grayscale: #9C9C9C. Windows color (decimal): -6180077 or 1291169. OLE color: 1291169.
HSL color Cylindrical-coordinate representation of color #A1B313: hue angle of 66.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1B313 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 19 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.30 |
| HSL | 66.75º | 0.81% | 0.39% | - |
| HSV(B) | 66.75º | 0.89% | 0.7% | - |
| XYZ | 30.94 | 39.86 | 6.68 | - |
| YUV | 155.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 19 | 0.10 | 0 | 0.89 | 0.30 | 66.75 | 0.81 | 0.39 |
| Hex | A1 | B3 | 13 | A | 0 | 59 | 1E | 43 | 51 | 27 |
| Octal | 241 | 263 | 23 | 12 | 0 | 131 | 36 | 103 | 121 | 47 |
| Binary | 10100001 | 10110011 | 10011 | 1010 | 0 | 1011001 | 11110 | 1000011 | 1010001 | 100111 |
Color Harmonies of #A1B313
Complementary color
Monochromatic Colors of #A1B313
Black with #A1B313
Text Example
Text Example
White with #A1B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B313; }
p { color: rgb(161,179,19); }
H1.HeaderClassName
{
color: #A1B313;
}
.AnyTagClassName
{
color: #A1B313;
}
</style>
background-color css
<style>
a { background-color: #A1B313; }
a { background-color: rgb(161,179,19); }
div.DivClassName
{
background-color: #A1B313;
}
.BgClassName
{
background-color: #A1B313;
}
</style>
border-color css
<style>
span { border-color: #A1B313; }
span { border-color: rgb(161,179,19); }
td.TdClassName
{
border-color: #A1B313;
}
.TagClassName
{
border-color: #A1B313;
}
</style>