Shades of Citrus #A0B611
Tints of Citrus #A0B611
RGB
CMYK
RGB Variations
Color information
#A0B611 (or 0xA0B611) is known color: Citrus. HEX triplet: A0, B6 and 11. RGB value is (160,182,17). Sum of RGB (Red+Green+Blue) = 160+182+17=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B611 is #5F49EE. Grayscale: #9D9D9D. Windows color (decimal): -6244847 or 1160864. OLE color: 1160864.
HSL color Cylindrical-coordinate representation of color #A0B611: hue angle of 68º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0B611 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 17 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.29 |
| HSL | 68º | 0.83% | 0.39% | - |
| HSV(B) | 68º | 0.91% | 0.71% | - |
| XYZ | 31.33 | 40.97 | 6.79 | - |
| YUV | 156.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 17 | 0.12 | 0 | 0.91 | 0.29 | 68 | 0.83 | 0.39 |
| Hex | A0 | B6 | 11 | C | 0 | 5B | 1D | 44 | 53 | 27 |
| Octal | 240 | 266 | 21 | 14 | 0 | 133 | 35 | 104 | 123 | 47 |
| Binary | 10100000 | 10110110 | 10001 | 1100 | 0 | 1011011 | 11101 | 1000100 | 1010011 | 100111 |
Color Harmonies of #A0B611
Complementary color
Monochromatic Colors of #A0B611
Black with #A0B611
Text Example
Text Example
White with #A0B611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B611; }
p { color: rgb(160,182,17); }
H1.HeaderClassName
{
color: #A0B611;
}
.AnyTagClassName
{
color: #A0B611;
}
</style>
background-color css
<style>
a { background-color: #A0B611; }
a { background-color: rgb(160,182,17); }
div.DivClassName
{
background-color: #A0B611;
}
.BgClassName
{
background-color: #A0B611;
}
</style>
border-color css
<style>
span { border-color: #A0B611; }
span { border-color: rgb(160,182,17); }
td.TdClassName
{
border-color: #A0B611;
}
.TagClassName
{
border-color: #A0B611;
}
</style>