Shades of Sulu #BBE384
Tints of Sulu #BBE384
RGB
CMYK
RGB Variations
Color information
#BBE384 (or 0xBBE384) is known color: Sulu. HEX triplet: BB, E3 and 84. RGB value is (187,227,132). Sum of RGB (Red+Green+Blue) = 187+227+132=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE384 is #441C7B. Grayscale: #CCCCCC. Windows color (decimal): -4463740 or 8709051. OLE color: 8709051.
HSL color Cylindrical-coordinate representation of color #BBE384: hue angle of 85.26º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBE384 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 132 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.11 |
| HSL | 85.26º | 0.63% | 0.7% | - |
| HSV(B) | 85.26º | 0.42% | 0.89% | - |
| XYZ | 52.13 | 67.17 | 32.05 | - |
| YUV | 204.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 132 | 0.18 | 0 | 0.42 | 0.11 | 85.26 | 0.63 | 0.7 |
| Hex | BB | E3 | 84 | 12 | 0 | 2A | B | 55 | 3F | 46 |
| Octal | 273 | 343 | 204 | 22 | 0 | 52 | 13 | 125 | 77 | 106 |
| Binary | 10111011 | 11100011 | 10000100 | 10010 | 0 | 101010 | 1011 | 1010101 | 111111 | 1000110 |
Color Harmonies of #BBE384
Complementary color
Monochromatic Colors of #BBE384
Black with #BBE384
Text Example
Text Example
White with #BBE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE384; }
p { color: rgb(187,227,132); }
H1.HeaderClassName
{
color: #BBE384;
}
.AnyTagClassName
{
color: #BBE384;
}
</style>
background-color css
<style>
a { background-color: #BBE384; }
a { background-color: rgb(187,227,132); }
div.DivClassName
{
background-color: #BBE384;
}
.BgClassName
{
background-color: #BBE384;
}
</style>
border-color css
<style>
span { border-color: #BBE384; }
span { border-color: rgb(187,227,132); }
td.TdClassName
{
border-color: #BBE384;
}
.TagClassName
{
border-color: #BBE384;
}
</style>