Shades of Sulu #B0E86D
Tints of Sulu #B0E86D
RGB
CMYK
RGB Variations
Color information
#B0E86D (or 0xB0E86D) is known color: Sulu. HEX triplet: B0, E8 and 6D. RGB value is (176,232,109). Sum of RGB (Red+Green+Blue) = 176+232+109=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E86D is #4F1792. Grayscale: #C9C9C9. Windows color (decimal): -5183379 or 7202992. OLE color: 7202992.
HSL color Cylindrical-coordinate representation of color #B0E86D: hue angle of 87.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0E86D is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 109 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.09 |
| HSL | 87.32º | 0.73% | 0.67% | - |
| HSV(B) | 87.32º | 0.53% | 0.91% | - |
| XYZ | 49.52 | 68.05 | 24.99 | - |
| YUV | 201.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 109 | 0.24 | 0 | 0.53 | 0.09 | 87.32 | 0.73 | 0.67 |
| Hex | B0 | E8 | 6D | 18 | 0 | 35 | 9 | 57 | 49 | 43 |
| Octal | 260 | 350 | 155 | 30 | 0 | 65 | 11 | 127 | 111 | 103 |
| Binary | 10110000 | 11101000 | 1101101 | 11000 | 0 | 110101 | 1001 | 1010111 | 1001001 | 1000011 |
Color Harmonies of #B0E86D
Complementary color
Monochromatic Colors of #B0E86D
Black with #B0E86D
Text Example
Text Example
White with #B0E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E86D; }
p { color: rgb(176,232,109); }
H1.HeaderClassName
{
color: #B0E86D;
}
.AnyTagClassName
{
color: #B0E86D;
}
</style>
background-color css
<style>
a { background-color: #B0E86D; }
a { background-color: rgb(176,232,109); }
div.DivClassName
{
background-color: #B0E86D;
}
.BgClassName
{
background-color: #B0E86D;
}
</style>
border-color css
<style>
span { border-color: #B0E86D; }
span { border-color: rgb(176,232,109); }
td.TdClassName
{
border-color: #B0E86D;
}
.TagClassName
{
border-color: #B0E86D;
}
</style>