Shades of Sulu #B1E173
Tints of Sulu #B1E173
RGB
CMYK
RGB Variations
Color information
#B1E173 (or 0xB1E173) is known color: Sulu. HEX triplet: B1, E1 and 73. RGB value is (177,225,115). Sum of RGB (Red+Green+Blue) = 177+225+115=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E173 is #4E1E8C. Grayscale: #C6C6C6. Windows color (decimal): -5119629 or 7594417. OLE color: 7594417.
HSL color Cylindrical-coordinate representation of color #B1E173: hue angle of 86.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1E173 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 115 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.12 |
| HSL | 86.18º | 0.65% | 0.67% | - |
| HSV(B) | 86.18º | 0.49% | 0.88% | - |
| XYZ | 48.15 | 64.44 | 26.12 | - |
| YUV | 198.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 115 | 0.21 | 0 | 0.49 | 0.12 | 86.18 | 0.65 | 0.67 |
| Hex | B1 | E1 | 73 | 15 | 0 | 31 | C | 56 | 41 | 43 |
| Octal | 261 | 341 | 163 | 25 | 0 | 61 | 14 | 126 | 101 | 103 |
| Binary | 10110001 | 11100001 | 1110011 | 10101 | 0 | 110001 | 1100 | 1010110 | 1000001 | 1000011 |
Color Harmonies of #B1E173
Complementary color
Monochromatic Colors of #B1E173
Black with #B1E173
Text Example
Text Example
White with #B1E173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E173; }
p { color: rgb(177,225,115); }
H1.HeaderClassName
{
color: #B1E173;
}
.AnyTagClassName
{
color: #B1E173;
}
</style>
background-color css
<style>
a { background-color: #B1E173; }
a { background-color: rgb(177,225,115); }
div.DivClassName
{
background-color: #B1E173;
}
.BgClassName
{
background-color: #B1E173;
}
</style>
border-color css
<style>
span { border-color: #B1E173; }
span { border-color: rgb(177,225,115); }
td.TdClassName
{
border-color: #B1E173;
}
.TagClassName
{
border-color: #B1E173;
}
</style>