Shades of Spring Bud #9BEA08
Tints of Spring Bud #9BEA08
RGB
CMYK
RGB Variations
Color information
#9BEA08 (or 0x9BEA08) is known color: Spring Bud. HEX triplet: 9B, EA and 08. RGB value is (155,234,8). Sum of RGB (Red+Green+Blue) = 155+234+8=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEA08 is #6415F7. Grayscale: #B9B9B9. Windows color (decimal): -6559224 or 584347. OLE color: 584347.
HSL color Cylindrical-coordinate representation of color #9BEA08: hue angle of 80.97º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BEA08 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 8 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.08 |
| HSL | 80.97º | 0.93% | 0.47% | - |
| HSV(B) | 80.97º | 0.97% | 0.92% | - |
| XYZ | 42.98 | 65.83 | 10.67 | - |
| YUV | 184.62 | 28.33 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 8 | 0.34 | 0 | 0.97 | 0.08 | 80.97 | 0.93 | 0.47 |
| Hex | 9B | EA | 8 | 22 | 0 | 61 | 8 | 51 | 5D | 2F |
| Octal | 233 | 352 | 10 | 42 | 0 | 141 | 10 | 121 | 135 | 57 |
| Binary | 10011011 | 11101010 | 1000 | 100010 | 0 | 1100001 | 1000 | 1010001 | 1011101 | 101111 |
Color Harmonies of #9BEA08
Complementary color
Monochromatic Colors of #9BEA08
Black with #9BEA08
Text Example
Text Example
White with #9BEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA08; }
p { color: rgb(155,234,8); }
H1.HeaderClassName
{
color: #9BEA08;
}
.AnyTagClassName
{
color: #9BEA08;
}
</style>
background-color css
<style>
a { background-color: #9BEA08; }
a { background-color: rgb(155,234,8); }
div.DivClassName
{
background-color: #9BEA08;
}
.BgClassName
{
background-color: #9BEA08;
}
</style>
border-color css
<style>
span { border-color: #9BEA08; }
span { border-color: rgb(155,234,8); }
td.TdClassName
{
border-color: #9BEA08;
}
.TagClassName
{
border-color: #9BEA08;
}
</style>