Shades of Citrus #A0B617
Tints of Citrus #A0B617
RGB
CMYK
RGB Variations
Color information
#A0B617 (or 0xA0B617) is known color: Citrus. HEX triplet: A0, B6 and 17. RGB value is (160,182,23). Sum of RGB (Red+Green+Blue) = 160+182+23=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B617 is #5F49E8. Grayscale: #9D9D9D. Windows color (decimal): -6244841 or 1554080. OLE color: 1554080.
HSL color Cylindrical-coordinate representation of color #A0B617: hue angle of 68.3º 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 #A0B617 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 23 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.29 |
| HSL | 68.3º | 0.78% | 0.4% | - |
| HSV(B) | 68.3º | 0.87% | 0.71% | - |
| XYZ | 31.38 | 40.99 | 7.07 | - |
| YUV | 157.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 23 | 0.12 | 0 | 0.87 | 0.29 | 68.3 | 0.78 | 0.4 |
| Hex | A0 | B6 | 17 | C | 0 | 57 | 1D | 44 | 4E | 28 |
| Octal | 240 | 266 | 27 | 14 | 0 | 127 | 35 | 104 | 116 | 50 |
| Binary | 10100000 | 10110110 | 10111 | 1100 | 0 | 1010111 | 11101 | 1000100 | 1001110 | 101000 |
Color Harmonies of #A0B617
Complementary color
Monochromatic Colors of #A0B617
Black with #A0B617
Text Example
Text Example
White with #A0B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B617; }
p { color: rgb(160,182,23); }
H1.HeaderClassName
{
color: #A0B617;
}
.AnyTagClassName
{
color: #A0B617;
}
</style>
background-color css
<style>
a { background-color: #A0B617; }
a { background-color: rgb(160,182,23); }
div.DivClassName
{
background-color: #A0B617;
}
.BgClassName
{
background-color: #A0B617;
}
</style>
border-color css
<style>
span { border-color: #A0B617; }
span { border-color: rgb(160,182,23); }
td.TdClassName
{
border-color: #A0B617;
}
.TagClassName
{
border-color: #A0B617;
}
</style>