Shades of Sulu #BBE376
Tints of Sulu #BBE376
RGB
CMYK
RGB Variations
Color information
#BBE376 (or 0xBBE376) is known color: Sulu. HEX triplet: BB, E3 and 76. RGB value is (187,227,118). Sum of RGB (Red+Green+Blue) = 187+227+118=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE376 is #441C89. Grayscale: #CBCBCB. Windows color (decimal): -4463754 or 7791547. OLE color: 7791547.
HSL color Cylindrical-coordinate representation of color #BBE376: hue angle of 82.02º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBE376 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 118 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.11 |
| HSL | 82.02º | 0.66% | 0.68% | - |
| HSV(B) | 82.02º | 0.48% | 0.89% | - |
| XYZ | 51.23 | 66.81 | 27.34 | - |
| YUV | 202.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 118 | 0.18 | 0 | 0.48 | 0.11 | 82.02 | 0.66 | 0.68 |
| Hex | BB | E3 | 76 | 12 | 0 | 30 | B | 52 | 42 | 44 |
| Octal | 273 | 343 | 166 | 22 | 0 | 60 | 13 | 122 | 102 | 104 |
| Binary | 10111011 | 11100011 | 1110110 | 10010 | 0 | 110000 | 1011 | 1010010 | 1000010 | 1000100 |
Color Harmonies of #BBE376
Complementary color
Monochromatic Colors of #BBE376
Black with #BBE376
Text Example
Text Example
White with #BBE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE376; }
p { color: rgb(187,227,118); }
H1.HeaderClassName
{
color: #BBE376;
}
.AnyTagClassName
{
color: #BBE376;
}
</style>
background-color css
<style>
a { background-color: #BBE376; }
a { background-color: rgb(187,227,118); }
div.DivClassName
{
background-color: #BBE376;
}
.BgClassName
{
background-color: #BBE376;
}
</style>
border-color css
<style>
span { border-color: #BBE376; }
span { border-color: rgb(187,227,118); }
td.TdClassName
{
border-color: #BBE376;
}
.TagClassName
{
border-color: #BBE376;
}
</style>