Shades of Sulu #BBE372
Tints of Sulu #BBE372
RGB
CMYK
RGB Variations
Color information
#BBE372 (or 0xBBE372) is known color: Sulu. HEX triplet: BB, E3 and 72. RGB value is (187,227,114). Sum of RGB (Red+Green+Blue) = 187+227+114=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE372 is #441C8D. Grayscale: #CACACA. Windows color (decimal): -4463758 or 7529403. OLE color: 7529403.
HSL color Cylindrical-coordinate representation of color #BBE372: hue angle of 81.24º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE372 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 114 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.11 |
| HSL | 81.24º | 0.67% | 0.67% | - |
| HSV(B) | 81.24º | 0.5% | 0.89% | - |
| XYZ | 51 | 66.72 | 26.11 | - |
| YUV | 202.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 114 | 0.18 | 0 | 0.50 | 0.11 | 81.24 | 0.67 | 0.67 |
| Hex | BB | E3 | 72 | 12 | 0 | 32 | B | 51 | 43 | 43 |
| Octal | 273 | 343 | 162 | 22 | 0 | 62 | 13 | 121 | 103 | 103 |
| Binary | 10111011 | 11100011 | 1110010 | 10010 | 0 | 110010 | 1011 | 1010001 | 1000011 | 1000011 |
Color Harmonies of #BBE372
Complementary color
Monochromatic Colors of #BBE372
Black with #BBE372
Text Example
Text Example
White with #BBE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE372; }
p { color: rgb(187,227,114); }
H1.HeaderClassName
{
color: #BBE372;
}
.AnyTagClassName
{
color: #BBE372;
}
</style>
background-color css
<style>
a { background-color: #BBE372; }
a { background-color: rgb(187,227,114); }
div.DivClassName
{
background-color: #BBE372;
}
.BgClassName
{
background-color: #BBE372;
}
</style>
border-color css
<style>
span { border-color: #BBE372; }
span { border-color: rgb(187,227,114); }
td.TdClassName
{
border-color: #BBE372;
}
.TagClassName
{
border-color: #BBE372;
}
</style>