Shades of Sulu #BBE38B
Tints of Sulu #BBE38B
RGB
CMYK
RGB Variations
Color information
#BBE38B (or 0xBBE38B) is known color: Sulu. HEX triplet: BB, E3 and 8B. RGB value is (187,227,139). Sum of RGB (Red+Green+Blue) = 187+227+139=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE38B is #441C74. Grayscale: #CDCDCD. Windows color (decimal): -4463733 or 9167803. OLE color: 9167803.
HSL color Cylindrical-coordinate representation of color #BBE38B: hue angle of 87.27º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBE38B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 139 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.11 |
| HSL | 87.27º | 0.61% | 0.72% | - |
| HSV(B) | 87.27º | 0.39% | 0.89% | - |
| XYZ | 52.62 | 67.37 | 34.66 | - |
| YUV | 205.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 139 | 0.18 | 0 | 0.39 | 0.11 | 87.27 | 0.61 | 0.72 |
| Hex | BB | E3 | 8B | 12 | 0 | 27 | B | 57 | 3D | 48 |
| Octal | 273 | 343 | 213 | 22 | 0 | 47 | 13 | 127 | 75 | 110 |
| Binary | 10111011 | 11100011 | 10001011 | 10010 | 0 | 100111 | 1011 | 1010111 | 111101 | 1001000 |
Color Harmonies of #BBE38B
Complementary color
Monochromatic Colors of #BBE38B
Black with #BBE38B
Text Example
Text Example
White with #BBE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE38B; }
p { color: rgb(187,227,139); }
H1.HeaderClassName
{
color: #BBE38B;
}
.AnyTagClassName
{
color: #BBE38B;
}
</style>
background-color css
<style>
a { background-color: #BBE38B; }
a { background-color: rgb(187,227,139); }
div.DivClassName
{
background-color: #BBE38B;
}
.BgClassName
{
background-color: #BBE38B;
}
</style>
border-color css
<style>
span { border-color: #BBE38B; }
span { border-color: rgb(187,227,139); }
td.TdClassName
{
border-color: #BBE38B;
}
.TagClassName
{
border-color: #BBE38B;
}
</style>