Shades of Sulu #BBE06F
Tints of Sulu #BBE06F
RGB
CMYK
RGB Variations
Color information
#BBE06F (or 0xBBE06F) is known color: Sulu. HEX triplet: BB, E0 and 6F. RGB value is (187,224,111). Sum of RGB (Red+Green+Blue) = 187+224+111=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE06F is #441F90. Grayscale: #C8C8C8. Windows color (decimal): -4464529 or 7332027. OLE color: 7332027.
HSL color Cylindrical-coordinate representation of color #BBE06F: hue angle of 79.65º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE06F is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 111 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.12 |
| HSL | 79.65º | 0.65% | 0.66% | - |
| HSV(B) | 79.65º | 0.5% | 0.88% | - |
| XYZ | 50.02 | 65.02 | 24.95 | - |
| YUV | 200.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 111 | 0.17 | 0 | 0.50 | 0.12 | 79.65 | 0.65 | 0.66 |
| Hex | BB | E0 | 6F | 11 | 0 | 32 | C | 50 | 41 | 42 |
| Octal | 273 | 340 | 157 | 21 | 0 | 62 | 14 | 120 | 101 | 102 |
| Binary | 10111011 | 11100000 | 1101111 | 10001 | 0 | 110010 | 1100 | 1010000 | 1000001 | 1000010 |
Color Harmonies of #BBE06F
Complementary color
Monochromatic Colors of #BBE06F
Black with #BBE06F
Text Example
Text Example
White with #BBE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE06F; }
p { color: rgb(187,224,111); }
H1.HeaderClassName
{
color: #BBE06F;
}
.AnyTagClassName
{
color: #BBE06F;
}
</style>
background-color css
<style>
a { background-color: #BBE06F; }
a { background-color: rgb(187,224,111); }
div.DivClassName
{
background-color: #BBE06F;
}
.BgClassName
{
background-color: #BBE06F;
}
</style>
border-color css
<style>
span { border-color: #BBE06F; }
span { border-color: rgb(187,224,111); }
td.TdClassName
{
border-color: #BBE06F;
}
.TagClassName
{
border-color: #BBE06F;
}
</style>