Shades of Citrus #A0B206
Tints of Citrus #A0B206
RGB
CMYK
RGB Variations
Color information
#A0B206 (or 0xA0B206) is known color: Citrus. HEX triplet: A0, B2 and 06. RGB value is (160,178,6). Sum of RGB (Red+Green+Blue) = 160+178+6=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B206 is #5F4DF9. Grayscale: #999999. Windows color (decimal): -6245882 or 438944. OLE color: 438944.
HSL color Cylindrical-coordinate representation of color #A0B206: hue angle of 66.28º degrees, saturation: 0.93, 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 #A0B206 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.30 |
| HSL | 66.28º | 0.93% | 0.36% | - |
| HSV(B) | 66.28º | 0.97% | 0.7% | - |
| XYZ | 30.45 | 39.33 | 6.16 | - |
| YUV | 153.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 6 | 0.10 | 0 | 0.97 | 0.30 | 66.28 | 0.93 | 0.36 |
| Hex | A0 | B2 | 6 | A | 0 | 61 | 1E | 42 | 5D | 24 |
| Octal | 240 | 262 | 6 | 12 | 0 | 141 | 36 | 102 | 135 | 44 |
| Binary | 10100000 | 10110010 | 110 | 1010 | 0 | 1100001 | 11110 | 1000010 | 1011101 | 100100 |
Color Harmonies of #A0B206
Complementary color
Monochromatic Colors of #A0B206
Black with #A0B206
Text Example
Text Example
White with #A0B206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B206; }
p { color: rgb(160,178,6); }
H1.HeaderClassName
{
color: #A0B206;
}
.AnyTagClassName
{
color: #A0B206;
}
</style>
background-color css
<style>
a { background-color: #A0B206; }
a { background-color: rgb(160,178,6); }
div.DivClassName
{
background-color: #A0B206;
}
.BgClassName
{
background-color: #A0B206;
}
</style>
border-color css
<style>
span { border-color: #A0B206; }
span { border-color: rgb(160,178,6); }
td.TdClassName
{
border-color: #A0B206;
}
.TagClassName
{
border-color: #A0B206;
}
</style>