Shades of Citrus #A0B202
Tints of Citrus #A0B202
RGB
CMYK
RGB Variations
Color information
#A0B202 (or 0xA0B202) is known color: Citrus. HEX triplet: A0, B2 and 02. RGB value is (160,178,2). Sum of RGB (Red+Green+Blue) = 160+178+2=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B202 is #5F4DFD. Grayscale: #999999. Windows color (decimal): -6245886 or 176800. OLE color: 176800.
HSL color Cylindrical-coordinate representation of color #A0B202: hue angle of 66.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0B202 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.30 |
| HSL | 66.14º | 0.98% | 0.35% | - |
| HSV(B) | 66.14º | 0.99% | 0.7% | - |
| XYZ | 30.43 | 39.32 | 6.04 | - |
| YUV | 152.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 2 | 0.10 | 0 | 0.99 | 0.30 | 66.14 | 0.98 | 0.35 |
| Hex | A0 | B2 | 2 | A | 0 | 63 | 1E | 42 | 62 | 23 |
| Octal | 240 | 262 | 2 | 12 | 0 | 143 | 36 | 102 | 142 | 43 |
| Binary | 10100000 | 10110010 | 10 | 1010 | 0 | 1100011 | 11110 | 1000010 | 1100010 | 100011 |
Color Harmonies of #A0B202
Complementary color
Monochromatic Colors of #A0B202
Black with #A0B202
Text Example
Text Example
White with #A0B202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B202; }
p { color: rgb(160,178,2); }
H1.HeaderClassName
{
color: #A0B202;
}
.AnyTagClassName
{
color: #A0B202;
}
</style>
background-color css
<style>
a { background-color: #A0B202; }
a { background-color: rgb(160,178,2); }
div.DivClassName
{
background-color: #A0B202;
}
.BgClassName
{
background-color: #A0B202;
}
</style>
border-color css
<style>
span { border-color: #A0B202; }
span { border-color: rgb(160,178,2); }
td.TdClassName
{
border-color: #A0B202;
}
.TagClassName
{
border-color: #A0B202;
}
</style>