Shades of Yellow Green #A0BB3D
Tints of Yellow Green #A0BB3D
RGB
CMYK
RGB Variations
Color information
#A0BB3D (or 0xA0BB3D) is known color: Yellow Green. HEX triplet: A0, BB and 3D. RGB value is (160,187,61). Sum of RGB (Red+Green+Blue) = 160+187+61=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB3D is #5F44C2. Grayscale: #A5A5A5. Windows color (decimal): -6243523 or 4045728. OLE color: 4045728.
HSL color Cylindrical-coordinate representation of color #A0BB3D: hue angle of 72.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0BB3D is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 61 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.27 |
| HSL | 72.86º | 0.51% | 0.49% | - |
| HSV(B) | 72.86º | 0.67% | 0.73% | - |
| XYZ | 33.11 | 43.35 | 11.04 | - |
| YUV | 164.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 61 | 0.14 | 0 | 0.67 | 0.27 | 72.86 | 0.51 | 0.49 |
| Hex | A0 | BB | 3D | E | 0 | 43 | 1B | 49 | 33 | 31 |
| Octal | 240 | 273 | 75 | 16 | 0 | 103 | 33 | 111 | 63 | 61 |
| Binary | 10100000 | 10111011 | 111101 | 1110 | 0 | 1000011 | 11011 | 1001001 | 110011 | 110001 |
Color Harmonies of #A0BB3D
Complementary color
Monochromatic Colors of #A0BB3D
Black with #A0BB3D
Text Example
Text Example
White with #A0BB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB3D; }
p { color: rgb(160,187,61); }
H1.HeaderClassName
{
color: #A0BB3D;
}
.AnyTagClassName
{
color: #A0BB3D;
}
</style>
background-color css
<style>
a { background-color: #A0BB3D; }
a { background-color: rgb(160,187,61); }
div.DivClassName
{
background-color: #A0BB3D;
}
.BgClassName
{
background-color: #A0BB3D;
}
</style>
border-color css
<style>
span { border-color: #A0BB3D; }
span { border-color: rgb(160,187,61); }
td.TdClassName
{
border-color: #A0BB3D;
}
.TagClassName
{
border-color: #A0BB3D;
}
</style>