Shades of Sulu #BBEC74
Tints of Sulu #BBEC74
RGB
CMYK
RGB Variations
Color information
#BBEC74 (or 0xBBEC74) is known color: Sulu. HEX triplet: BB, EC and 74. RGB value is (187,236,116). Sum of RGB (Red+Green+Blue) = 187+236+116=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC74 is #44138B. Grayscale: #D0D0D0. Windows color (decimal): -4461452 or 7662779. OLE color: 7662779.
HSL color Cylindrical-coordinate representation of color #BBEC74: hue angle of 84.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBEC74 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 116 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.07 |
| HSL | 84.5º | 0.76% | 0.69% | - |
| HSV(B) | 84.5º | 0.51% | 0.93% | - |
| XYZ | 53.64 | 71.82 | 27.56 | - |
| YUV | 207.67 | 76.27 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 116 | 0.21 | 0 | 0.51 | 0.07 | 84.5 | 0.76 | 0.69 |
| Hex | BB | EC | 74 | 15 | 0 | 33 | 7 | 54 | 4C | 45 |
| Octal | 273 | 354 | 164 | 25 | 0 | 63 | 7 | 124 | 114 | 105 |
| Binary | 10111011 | 11101100 | 1110100 | 10101 | 0 | 110011 | 111 | 1010100 | 1001100 | 1000101 |
Color Harmonies of #BBEC74
Complementary color
Monochromatic Colors of #BBEC74
Black with #BBEC74
Text Example
Text Example
White with #BBEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC74; }
p { color: rgb(187,236,116); }
H1.HeaderClassName
{
color: #BBEC74;
}
.AnyTagClassName
{
color: #BBEC74;
}
</style>
background-color css
<style>
a { background-color: #BBEC74; }
a { background-color: rgb(187,236,116); }
div.DivClassName
{
background-color: #BBEC74;
}
.BgClassName
{
background-color: #BBEC74;
}
</style>
border-color css
<style>
span { border-color: #BBEC74; }
span { border-color: rgb(187,236,116); }
td.TdClassName
{
border-color: #BBEC74;
}
.TagClassName
{
border-color: #BBEC74;
}
</style>