Shades of Yellow Green #95BA34
Tints of Yellow Green #95BA34
RGB
CMYK
RGB Variations
Color information
#95BA34 (or 0x95BA34) is known color: Yellow Green. HEX triplet: 95, BA and 34. RGB value is (149,186,52). Sum of RGB (Red+Green+Blue) = 149+186+52=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA34 is #6A45CB. Grayscale: #A0A0A0. Windows color (decimal): -6964684 or 3455637. OLE color: 3455637.
HSL color Cylindrical-coordinate representation of color #95BA34: hue angle of 76.57º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95BA34 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 52 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.27 |
| HSL | 76.57º | 0.56% | 0.47% | - |
| HSV(B) | 76.57º | 0.72% | 0.73% | - |
| XYZ | 30.57 | 41.76 | 9.7 | - |
| YUV | 159.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 52 | 0.20 | 0 | 0.72 | 0.27 | 76.57 | 0.56 | 0.47 |
| Hex | 95 | BA | 34 | 14 | 0 | 48 | 1B | 4D | 38 | 2F |
| Octal | 225 | 272 | 64 | 24 | 0 | 110 | 33 | 115 | 70 | 57 |
| Binary | 10010101 | 10111010 | 110100 | 10100 | 0 | 1001000 | 11011 | 1001101 | 111000 | 101111 |
Color Harmonies of #95BA34
Complementary color
Monochromatic Colors of #95BA34
Black with #95BA34
Text Example
Text Example
White with #95BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA34; }
p { color: rgb(149,186,52); }
H1.HeaderClassName
{
color: #95BA34;
}
.AnyTagClassName
{
color: #95BA34;
}
</style>
background-color css
<style>
a { background-color: #95BA34; }
a { background-color: rgb(149,186,52); }
div.DivClassName
{
background-color: #95BA34;
}
.BgClassName
{
background-color: #95BA34;
}
</style>
border-color css
<style>
span { border-color: #95BA34; }
span { border-color: rgb(149,186,52); }
td.TdClassName
{
border-color: #95BA34;
}
.TagClassName
{
border-color: #95BA34;
}
</style>