Shades of Sulu #BBEC70
Tints of Sulu #BBEC70
RGB
CMYK
RGB Variations
Color information
#BBEC70 (or 0xBBEC70) is known color: Sulu. HEX triplet: BB, EC and 70. RGB value is (187,236,112). Sum of RGB (Red+Green+Blue) = 187+236+112=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC70 is #44138F. Grayscale: #CFCFCF. Windows color (decimal): -4461456 or 7400635. OLE color: 7400635.
HSL color Cylindrical-coordinate representation of color #BBEC70: hue angle of 83.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBEC70 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 112 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.07 |
| HSL | 83.71º | 0.77% | 0.68% | - |
| HSV(B) | 83.71º | 0.53% | 0.93% | - |
| XYZ | 53.41 | 71.73 | 26.36 | - |
| YUV | 207.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 112 | 0.21 | 0 | 0.53 | 0.07 | 83.71 | 0.77 | 0.68 |
| Hex | BB | EC | 70 | 15 | 0 | 35 | 7 | 54 | 4D | 44 |
| Octal | 273 | 354 | 160 | 25 | 0 | 65 | 7 | 124 | 115 | 104 |
| Binary | 10111011 | 11101100 | 1110000 | 10101 | 0 | 110101 | 111 | 1010100 | 1001101 | 1000100 |
Color Harmonies of #BBEC70
Complementary color
Monochromatic Colors of #BBEC70
Black with #BBEC70
Text Example
Text Example
White with #BBEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC70; }
p { color: rgb(187,236,112); }
H1.HeaderClassName
{
color: #BBEC70;
}
.AnyTagClassName
{
color: #BBEC70;
}
</style>
background-color css
<style>
a { background-color: #BBEC70; }
a { background-color: rgb(187,236,112); }
div.DivClassName
{
background-color: #BBEC70;
}
.BgClassName
{
background-color: #BBEC70;
}
</style>
border-color css
<style>
span { border-color: #BBEC70; }
span { border-color: rgb(187,236,112); }
td.TdClassName
{
border-color: #BBEC70;
}
.TagClassName
{
border-color: #BBEC70;
}
</style>