Shades of Sulu #BBE381
Tints of Sulu #BBE381
RGB
CMYK
RGB Variations
Color information
#BBE381 (or 0xBBE381) is known color: Sulu. HEX triplet: BB, E3 and 81. RGB value is (187,227,129). Sum of RGB (Red+Green+Blue) = 187+227+129=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE381 is #441C7E. Grayscale: #CCCCCC. Windows color (decimal): -4463743 or 8512443. OLE color: 8512443.
HSL color Cylindrical-coordinate representation of color #BBE381: hue angle of 84.49º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBE381 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 129 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.11 |
| HSL | 84.49º | 0.64% | 0.7% | - |
| HSV(B) | 84.49º | 0.43% | 0.89% | - |
| XYZ | 51.93 | 67.09 | 30.98 | - |
| YUV | 203.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 129 | 0.18 | 0 | 0.43 | 0.11 | 84.49 | 0.64 | 0.7 |
| Hex | BB | E3 | 81 | 12 | 0 | 2B | B | 54 | 40 | 46 |
| Octal | 273 | 343 | 201 | 22 | 0 | 53 | 13 | 124 | 100 | 106 |
| Binary | 10111011 | 11100011 | 10000001 | 10010 | 0 | 101011 | 1011 | 1010100 | 1000000 | 1000110 |
Color Harmonies of #BBE381
Complementary color
Monochromatic Colors of #BBE381
Black with #BBE381
Text Example
Text Example
White with #BBE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE381; }
p { color: rgb(187,227,129); }
H1.HeaderClassName
{
color: #BBE381;
}
.AnyTagClassName
{
color: #BBE381;
}
</style>
background-color css
<style>
a { background-color: #BBE381; }
a { background-color: rgb(187,227,129); }
div.DivClassName
{
background-color: #BBE381;
}
.BgClassName
{
background-color: #BBE381;
}
</style>
border-color css
<style>
span { border-color: #BBE381; }
span { border-color: rgb(187,227,129); }
td.TdClassName
{
border-color: #BBE381;
}
.TagClassName
{
border-color: #BBE381;
}
</style>