Shades of Sulu #BBE96D
Tints of Sulu #BBE96D
RGB
CMYK
RGB Variations
Color information
#BBE96D (or 0xBBE96D) is known color: Sulu. HEX triplet: BB, E9 and 6D. RGB value is (187,233,109). Sum of RGB (Red+Green+Blue) = 187+233+109=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE96D is #441692. Grayscale: #CDCDCD. Windows color (decimal): -4462227 or 7203259. OLE color: 7203259.
HSL color Cylindrical-coordinate representation of color #BBE96D: hue angle of 82.26º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBE96D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 109 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.09 |
| HSL | 82.26º | 0.74% | 0.67% | - |
| HSV(B) | 82.26º | 0.53% | 0.91% | - |
| XYZ | 52.39 | 69.95 | 25.21 | - |
| YUV | 205.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 109 | 0.20 | 0 | 0.53 | 0.09 | 82.26 | 0.74 | 0.67 |
| Hex | BB | E9 | 6D | 14 | 0 | 35 | 9 | 52 | 4A | 43 |
| Octal | 273 | 351 | 155 | 24 | 0 | 65 | 11 | 122 | 112 | 103 |
| Binary | 10111011 | 11101001 | 1101101 | 10100 | 0 | 110101 | 1001 | 1010010 | 1001010 | 1000011 |
Color Harmonies of #BBE96D
Complementary color
Monochromatic Colors of #BBE96D
Black with #BBE96D
Text Example
Text Example
White with #BBE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE96D; }
p { color: rgb(187,233,109); }
H1.HeaderClassName
{
color: #BBE96D;
}
.AnyTagClassName
{
color: #BBE96D;
}
</style>
background-color css
<style>
a { background-color: #BBE96D; }
a { background-color: rgb(187,233,109); }
div.DivClassName
{
background-color: #BBE96D;
}
.BgClassName
{
background-color: #BBE96D;
}
</style>
border-color css
<style>
span { border-color: #BBE96D; }
span { border-color: rgb(187,233,109); }
td.TdClassName
{
border-color: #BBE96D;
}
.TagClassName
{
border-color: #BBE96D;
}
</style>