Shades of Sulu #B0E673
Tints of Sulu #B0E673
RGB
CMYK
RGB Variations
Color information
#B0E673 (or 0xB0E673) is known color: Sulu. HEX triplet: B0, E6 and 73. RGB value is (176,230,115). Sum of RGB (Red+Green+Blue) = 176+230+115=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E673 is #4F198C. Grayscale: #C9C9C9. Windows color (decimal): -5183885 or 7595696. OLE color: 7595696.
HSL color Cylindrical-coordinate representation of color #B0E673: hue angle of 88.17º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0E673 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 115 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.10 |
| HSL | 88.17º | 0.7% | 0.68% | - |
| HSV(B) | 88.17º | 0.5% | 0.9% | - |
| XYZ | 49.3 | 67.06 | 26.57 | - |
| YUV | 200.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 115 | 0.23 | 0 | 0.5 | 0.10 | 88.17 | 0.7 | 0.68 |
| Hex | B0 | E6 | 73 | 17 | 0 | 32 | A | 58 | 46 | 44 |
| Octal | 260 | 346 | 163 | 27 | 0 | 62 | 12 | 130 | 106 | 104 |
| Binary | 10110000 | 11100110 | 1110011 | 10111 | 0 | 110010 | 1010 | 1011000 | 1000110 | 1000100 |
Color Harmonies of #B0E673
Complementary color
Monochromatic Colors of #B0E673
Black with #B0E673
Text Example
Text Example
White with #B0E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E673; }
p { color: rgb(176,230,115); }
H1.HeaderClassName
{
color: #B0E673;
}
.AnyTagClassName
{
color: #B0E673;
}
</style>
background-color css
<style>
a { background-color: #B0E673; }
a { background-color: rgb(176,230,115); }
div.DivClassName
{
background-color: #B0E673;
}
.BgClassName
{
background-color: #B0E673;
}
</style>
border-color css
<style>
span { border-color: #B0E673; }
span { border-color: rgb(176,230,115); }
td.TdClassName
{
border-color: #B0E673;
}
.TagClassName
{
border-color: #B0E673;
}
</style>