Shades of Sulu #B0E975
Tints of Sulu #B0E975
RGB
CMYK
RGB Variations
Color information
#B0E975 (or 0xB0E975) is known color: Sulu. HEX triplet: B0, E9 and 75. RGB value is (176,233,117). Sum of RGB (Red+Green+Blue) = 176+233+117=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E975 is #4F168A. Grayscale: #CBCBCB. Windows color (decimal): -5183115 or 7727536. OLE color: 7727536.
HSL color Cylindrical-coordinate representation of color #B0E975: hue angle of 89.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0E975 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 233 | 117 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.09 |
| HSL | 89.48º | 0.73% | 0.69% | - |
| HSV(B) | 89.48º | 0.5% | 0.91% | - |
| XYZ | 50.25 | 68.79 | 27.46 | - |
| YUV | 202.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 233 | 117 | 0.24 | 0 | 0.50 | 0.09 | 89.48 | 0.73 | 0.69 |
| Hex | B0 | E9 | 75 | 18 | 0 | 32 | 9 | 59 | 48 | 45 |
| Octal | 260 | 351 | 165 | 30 | 0 | 62 | 11 | 131 | 110 | 105 |
| Binary | 10110000 | 11101001 | 1110101 | 11000 | 0 | 110010 | 1001 | 1011001 | 1001000 | 1000101 |
Color Harmonies of #B0E975
Complementary color
Monochromatic Colors of #B0E975
Black with #B0E975
Text Example
Text Example
White with #B0E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E975; }
p { color: rgb(176,233,117); }
H1.HeaderClassName
{
color: #B0E975;
}
.AnyTagClassName
{
color: #B0E975;
}
</style>
background-color css
<style>
a { background-color: #B0E975; }
a { background-color: rgb(176,233,117); }
div.DivClassName
{
background-color: #B0E975;
}
.BgClassName
{
background-color: #B0E975;
}
</style>
border-color css
<style>
span { border-color: #B0E975; }
span { border-color: rgb(176,233,117); }
td.TdClassName
{
border-color: #B0E975;
}
.TagClassName
{
border-color: #B0E975;
}
</style>