Shades of Yellow Green #A5BB37
Tints of Yellow Green #A5BB37
RGB
CMYK
RGB Variations
Color information
#A5BB37 (or 0xA5BB37) is known color: Yellow Green. HEX triplet: A5, BB and 37. RGB value is (165,187,55). Sum of RGB (Red+Green+Blue) = 165+187+55=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB37 is #5A44C8. Grayscale: #A5A5A5. Windows color (decimal): -5915849 or 3652517. OLE color: 3652517.
HSL color Cylindrical-coordinate representation of color #A5BB37: hue angle of 70º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5BB37 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 55 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.27 |
| HSL | 70º | 0.55% | 0.47% | - |
| HSV(B) | 70º | 0.71% | 0.73% | - |
| XYZ | 33.98 | 43.82 | 10.28 | - |
| YUV | 165.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 55 | 0.12 | 0 | 0.71 | 0.27 | 70 | 0.55 | 0.47 |
| Hex | A5 | BB | 37 | C | 0 | 47 | 1B | 46 | 37 | 2F |
| Octal | 245 | 273 | 67 | 14 | 0 | 107 | 33 | 106 | 67 | 57 |
| Binary | 10100101 | 10111011 | 110111 | 1100 | 0 | 1000111 | 11011 | 1000110 | 110111 | 101111 |
Color Harmonies of #A5BB37
Complementary color
Monochromatic Colors of #A5BB37
Black with #A5BB37
Text Example
Text Example
White with #A5BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB37; }
p { color: rgb(165,187,55); }
H1.HeaderClassName
{
color: #A5BB37;
}
.AnyTagClassName
{
color: #A5BB37;
}
</style>
background-color css
<style>
a { background-color: #A5BB37; }
a { background-color: rgb(165,187,55); }
div.DivClassName
{
background-color: #A5BB37;
}
.BgClassName
{
background-color: #A5BB37;
}
</style>
border-color css
<style>
span { border-color: #A5BB37; }
span { border-color: rgb(165,187,55); }
td.TdClassName
{
border-color: #A5BB37;
}
.TagClassName
{
border-color: #A5BB37;
}
</style>