Shades of Sulu #BBE56C
Tints of Sulu #BBE56C
RGB
CMYK
RGB Variations
Color information
#BBE56C (or 0xBBE56C) is known color: Sulu. HEX triplet: BB, E5 and 6C. RGB value is (187,229,108). Sum of RGB (Red+Green+Blue) = 187+229+108=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE56C is #441A93. Grayscale: #CBCBCB. Windows color (decimal): -4463252 or 7136699. OLE color: 7136699.
HSL color Cylindrical-coordinate representation of color #BBE56C: hue angle of 80.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBE56C is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 108 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.10 |
| HSL | 80.83º | 0.7% | 0.66% | - |
| HSV(B) | 80.83º | 0.53% | 0.9% | - |
| XYZ | 51.22 | 67.69 | 24.55 | - |
| YUV | 202.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 108 | 0.18 | 0 | 0.53 | 0.10 | 80.83 | 0.7 | 0.66 |
| Hex | BB | E5 | 6C | 12 | 0 | 35 | A | 51 | 46 | 42 |
| Octal | 273 | 345 | 154 | 22 | 0 | 65 | 12 | 121 | 106 | 102 |
| Binary | 10111011 | 11100101 | 1101100 | 10010 | 0 | 110101 | 1010 | 1010001 | 1000110 | 1000010 |
Color Harmonies of #BBE56C
Complementary color
Monochromatic Colors of #BBE56C
Black with #BBE56C
Text Example
Text Example
White with #BBE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE56C; }
p { color: rgb(187,229,108); }
H1.HeaderClassName
{
color: #BBE56C;
}
.AnyTagClassName
{
color: #BBE56C;
}
</style>
background-color css
<style>
a { background-color: #BBE56C; }
a { background-color: rgb(187,229,108); }
div.DivClassName
{
background-color: #BBE56C;
}
.BgClassName
{
background-color: #BBE56C;
}
</style>
border-color css
<style>
span { border-color: #BBE56C; }
span { border-color: rgb(187,229,108); }
td.TdClassName
{
border-color: #BBE56C;
}
.TagClassName
{
border-color: #BBE56C;
}
</style>