Shades of Yellow Green #9BBC34
Tints of Yellow Green #9BBC34
RGB
CMYK
RGB Variations
Color information
#9BBC34 (or 0x9BBC34) is known color: Yellow Green. HEX triplet: 9B, BC and 34. RGB value is (155,188,52). Sum of RGB (Red+Green+Blue) = 155+188+52=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC34 is #6443CB. Grayscale: #A3A3A3. Windows color (decimal): -6570956 or 3456155. OLE color: 3456155.
HSL color Cylindrical-coordinate representation of color #9BBC34: hue angle of 74.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BBC34 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 52 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.26 |
| HSL | 74.56º | 0.57% | 0.47% | - |
| HSV(B) | 74.56º | 0.72% | 0.74% | - |
| XYZ | 32.12 | 43.18 | 9.89 | - |
| YUV | 162.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 52 | 0.18 | 0 | 0.72 | 0.26 | 74.56 | 0.57 | 0.47 |
| Hex | 9B | BC | 34 | 12 | 0 | 48 | 1A | 4B | 39 | 2F |
| Octal | 233 | 274 | 64 | 22 | 0 | 110 | 32 | 113 | 71 | 57 |
| Binary | 10011011 | 10111100 | 110100 | 10010 | 0 | 1001000 | 11010 | 1001011 | 111001 | 101111 |
Color Harmonies of #9BBC34
Complementary color
Monochromatic Colors of #9BBC34
Black with #9BBC34
Text Example
Text Example
White with #9BBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC34; }
p { color: rgb(155,188,52); }
H1.HeaderClassName
{
color: #9BBC34;
}
.AnyTagClassName
{
color: #9BBC34;
}
</style>
background-color css
<style>
a { background-color: #9BBC34; }
a { background-color: rgb(155,188,52); }
div.DivClassName
{
background-color: #9BBC34;
}
.BgClassName
{
background-color: #9BBC34;
}
</style>
border-color css
<style>
span { border-color: #9BBC34; }
span { border-color: rgb(155,188,52); }
td.TdClassName
{
border-color: #9BBC34;
}
.TagClassName
{
border-color: #9BBC34;
}
</style>