Shades of Spring Bud #9BEA0B
Tints of Spring Bud #9BEA0B
RGB
CMYK
RGB Variations
Color information
#9BEA0B (or 0x9BEA0B) is known color: Spring Bud. HEX triplet: 9B, EA and 0B. RGB value is (155,234,11). Sum of RGB (Red+Green+Blue) = 155+234+11=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEA0B is #6415F4. Grayscale: #B9B9B9. Windows color (decimal): -6559221 or 780955. OLE color: 780955.
HSL color Cylindrical-coordinate representation of color #9BEA0B: hue angle of 81.26º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BEA0B is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 11 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.08 |
| HSL | 81.26º | 0.91% | 0.48% | - |
| HSV(B) | 81.26º | 0.95% | 0.92% | - |
| XYZ | 43 | 65.84 | 10.76 | - |
| YUV | 184.96 | 29.83 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 11 | 0.34 | 0 | 0.95 | 0.08 | 81.26 | 0.91 | 0.48 |
| Hex | 9B | EA | B | 22 | 0 | 5F | 8 | 51 | 5B | 30 |
| Octal | 233 | 352 | 13 | 42 | 0 | 137 | 10 | 121 | 133 | 60 |
| Binary | 10011011 | 11101010 | 1011 | 100010 | 0 | 1011111 | 1000 | 1010001 | 1011011 | 110000 |
Color Harmonies of #9BEA0B
Complementary color
Monochromatic Colors of #9BEA0B
Black with #9BEA0B
Text Example
Text Example
White with #9BEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA0B; }
p { color: rgb(155,234,11); }
H1.HeaderClassName
{
color: #9BEA0B;
}
.AnyTagClassName
{
color: #9BEA0B;
}
</style>
background-color css
<style>
a { background-color: #9BEA0B; }
a { background-color: rgb(155,234,11); }
div.DivClassName
{
background-color: #9BEA0B;
}
.BgClassName
{
background-color: #9BEA0B;
}
</style>
border-color css
<style>
span { border-color: #9BEA0B; }
span { border-color: rgb(155,234,11); }
td.TdClassName
{
border-color: #9BEA0B;
}
.TagClassName
{
border-color: #9BEA0B;
}
</style>