Shades of Sulu #BBEC6C
Tints of Sulu #BBEC6C
RGB
CMYK
RGB Variations
Color information
#BBEC6C (or 0xBBEC6C) is known color: Sulu. HEX triplet: BB, EC and 6C. RGB value is (187,236,108). Sum of RGB (Red+Green+Blue) = 187+236+108=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC6C is #441393. Grayscale: #CFCFCF. Windows color (decimal): -4461460 or 7138491. OLE color: 7138491.
HSL color Cylindrical-coordinate representation of color #BBEC6C: hue angle of 82.97º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBEC6C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 108 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.07 |
| HSL | 82.97º | 0.77% | 0.67% | - |
| HSV(B) | 82.97º | 0.54% | 0.93% | - |
| XYZ | 53.2 | 71.64 | 25.21 | - |
| YUV | 206.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 108 | 0.21 | 0 | 0.54 | 0.07 | 82.97 | 0.77 | 0.67 |
| Hex | BB | EC | 6C | 15 | 0 | 36 | 7 | 53 | 4D | 43 |
| Octal | 273 | 354 | 154 | 25 | 0 | 66 | 7 | 123 | 115 | 103 |
| Binary | 10111011 | 11101100 | 1101100 | 10101 | 0 | 110110 | 111 | 1010011 | 1001101 | 1000011 |
Color Harmonies of #BBEC6C
Complementary color
Monochromatic Colors of #BBEC6C
Black with #BBEC6C
Text Example
Text Example
White with #BBEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC6C; }
p { color: rgb(187,236,108); }
H1.HeaderClassName
{
color: #BBEC6C;
}
.AnyTagClassName
{
color: #BBEC6C;
}
</style>
background-color css
<style>
a { background-color: #BBEC6C; }
a { background-color: rgb(187,236,108); }
div.DivClassName
{
background-color: #BBEC6C;
}
.BgClassName
{
background-color: #BBEC6C;
}
</style>
border-color css
<style>
span { border-color: #BBEC6C; }
span { border-color: rgb(187,236,108); }
td.TdClassName
{
border-color: #BBEC6C;
}
.TagClassName
{
border-color: #BBEC6C;
}
</style>