Shades of Citrus #A0B205
Tints of Citrus #A0B205
RGB
CMYK
RGB Variations
Color information
#A0B205 (or 0xA0B205) is known color: Citrus. HEX triplet: A0, B2 and 05. RGB value is (160,178,5). Sum of RGB (Red+Green+Blue) = 160+178+5=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B205 is #5F4DFA. Grayscale: #999999. Windows color (decimal): -6245883 or 373408. OLE color: 373408.
HSL color Cylindrical-coordinate representation of color #A0B205: hue angle of 66.24º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0B205 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.30 |
| HSL | 66.24º | 0.95% | 0.36% | - |
| HSV(B) | 66.24º | 0.97% | 0.7% | - |
| XYZ | 30.45 | 39.33 | 6.13 | - |
| YUV | 152.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 5 | 0.10 | 0 | 0.97 | 0.30 | 66.24 | 0.95 | 0.36 |
| Hex | A0 | B2 | 5 | A | 0 | 61 | 1E | 42 | 5F | 24 |
| Octal | 240 | 262 | 5 | 12 | 0 | 141 | 36 | 102 | 137 | 44 |
| Binary | 10100000 | 10110010 | 101 | 1010 | 0 | 1100001 | 11110 | 1000010 | 1011111 | 100100 |
Color Harmonies of #A0B205
Complementary color
Monochromatic Colors of #A0B205
Black with #A0B205
Text Example
Text Example
White with #A0B205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B205; }
p { color: rgb(160,178,5); }
H1.HeaderClassName
{
color: #A0B205;
}
.AnyTagClassName
{
color: #A0B205;
}
</style>
background-color css
<style>
a { background-color: #A0B205; }
a { background-color: rgb(160,178,5); }
div.DivClassName
{
background-color: #A0B205;
}
.BgClassName
{
background-color: #A0B205;
}
</style>
border-color css
<style>
span { border-color: #A0B205; }
span { border-color: rgb(160,178,5); }
td.TdClassName
{
border-color: #A0B205;
}
.TagClassName
{
border-color: #A0B205;
}
</style>