Shades of Sulu #B9E58C
Tints of Sulu #B9E58C
RGB
CMYK
RGB Variations
Color information
#B9E58C (or 0xB9E58C) is known color: Sulu. HEX triplet: B9, E5 and 8C. RGB value is (185,229,140). Sum of RGB (Red+Green+Blue) = 185+229+140=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E58C is #461A73. Grayscale: #CECECE. Windows color (decimal): -4594292 or 9233849. OLE color: 9233849.
HSL color Cylindrical-coordinate representation of color #B9E58C: hue angle of 89.66º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9E58C is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 140 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.10 |
| HSL | 89.66º | 0.63% | 0.72% | - |
| HSV(B) | 89.66º | 0.39% | 0.9% | - |
| XYZ | 52.76 | 68.25 | 35.2 | - |
| YUV | 205.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 140 | 0.19 | 0 | 0.39 | 0.10 | 89.66 | 0.63 | 0.72 |
| Hex | B9 | E5 | 8C | 13 | 0 | 27 | A | 5A | 3F | 48 |
| Octal | 271 | 345 | 214 | 23 | 0 | 47 | 12 | 132 | 77 | 110 |
| Binary | 10111001 | 11100101 | 10001100 | 10011 | 0 | 100111 | 1010 | 1011010 | 111111 | 1001000 |
Color Harmonies of #B9E58C
Complementary color
Monochromatic Colors of #B9E58C
Black with #B9E58C
Text Example
Text Example
White with #B9E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E58C; }
p { color: rgb(185,229,140); }
H1.HeaderClassName
{
color: #B9E58C;
}
.AnyTagClassName
{
color: #B9E58C;
}
</style>
background-color css
<style>
a { background-color: #B9E58C; }
a { background-color: rgb(185,229,140); }
div.DivClassName
{
background-color: #B9E58C;
}
.BgClassName
{
background-color: #B9E58C;
}
</style>
border-color css
<style>
span { border-color: #B9E58C; }
span { border-color: rgb(185,229,140); }
td.TdClassName
{
border-color: #B9E58C;
}
.TagClassName
{
border-color: #B9E58C;
}
</style>