Shades of Citrus #A1B316
Tints of Citrus #A1B316
RGB
CMYK
RGB Variations
Color information
#A1B316 (or 0xA1B316) is known color: Citrus. HEX triplet: A1, B3 and 16. RGB value is (161,179,22). Sum of RGB (Red+Green+Blue) = 161+179+22=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B316 is #5E4CE9. Grayscale: #9C9C9C. Windows color (decimal): -6180074 or 1487777. OLE color: 1487777.
HSL color Cylindrical-coordinate representation of color #A1B316: hue angle of 66.88º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1B316 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 22 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.30 |
| HSL | 66.88º | 0.78% | 0.39% | - |
| HSV(B) | 66.88º | 0.88% | 0.7% | - |
| XYZ | 30.96 | 39.88 | 6.82 | - |
| YUV | 155.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 22 | 0.10 | 0 | 0.88 | 0.30 | 66.88 | 0.78 | 0.39 |
| Hex | A1 | B3 | 16 | A | 0 | 58 | 1E | 43 | 4E | 27 |
| Octal | 241 | 263 | 26 | 12 | 0 | 130 | 36 | 103 | 116 | 47 |
| Binary | 10100001 | 10110011 | 10110 | 1010 | 0 | 1011000 | 11110 | 1000011 | 1001110 | 100111 |
Color Harmonies of #A1B316
Complementary color
Monochromatic Colors of #A1B316
Black with #A1B316
Text Example
Text Example
White with #A1B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B316; }
p { color: rgb(161,179,22); }
H1.HeaderClassName
{
color: #A1B316;
}
.AnyTagClassName
{
color: #A1B316;
}
</style>
background-color css
<style>
a { background-color: #A1B316; }
a { background-color: rgb(161,179,22); }
div.DivClassName
{
background-color: #A1B316;
}
.BgClassName
{
background-color: #A1B316;
}
</style>
border-color css
<style>
span { border-color: #A1B316; }
span { border-color: rgb(161,179,22); }
td.TdClassName
{
border-color: #A1B316;
}
.TagClassName
{
border-color: #A1B316;
}
</style>