Shades of Sulu #BBE17F
Tints of Sulu #BBE17F
RGB
CMYK
RGB Variations
Color information
#BBE17F (or 0xBBE17F) is known color: Sulu. HEX triplet: BB, E1 and 7F. RGB value is (187,225,127). Sum of RGB (Red+Green+Blue) = 187+225+127=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE17F is #441E80. Grayscale: #CACACA. Windows color (decimal): -4464257 or 8380859. OLE color: 8380859.
HSL color Cylindrical-coordinate representation of color #BBE17F: hue angle of 83.27º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE17F is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 127 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.12 |
| HSL | 83.27º | 0.62% | 0.69% | - |
| HSV(B) | 83.27º | 0.44% | 0.88% | - |
| XYZ | 51.25 | 65.95 | 30.11 | - |
| YUV | 202.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 127 | 0.17 | 0 | 0.44 | 0.12 | 83.27 | 0.62 | 0.69 |
| Hex | BB | E1 | 7F | 11 | 0 | 2C | C | 53 | 3E | 45 |
| Octal | 273 | 341 | 177 | 21 | 0 | 54 | 14 | 123 | 76 | 105 |
| Binary | 10111011 | 11100001 | 1111111 | 10001 | 0 | 101100 | 1100 | 1010011 | 111110 | 1000101 |
Color Harmonies of #BBE17F
Complementary color
Monochromatic Colors of #BBE17F
Black with #BBE17F
Text Example
Text Example
White with #BBE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE17F; }
p { color: rgb(187,225,127); }
H1.HeaderClassName
{
color: #BBE17F;
}
.AnyTagClassName
{
color: #BBE17F;
}
</style>
background-color css
<style>
a { background-color: #BBE17F; }
a { background-color: rgb(187,225,127); }
div.DivClassName
{
background-color: #BBE17F;
}
.BgClassName
{
background-color: #BBE17F;
}
</style>
border-color css
<style>
span { border-color: #BBE17F; }
span { border-color: rgb(187,225,127); }
td.TdClassName
{
border-color: #BBE17F;
}
.TagClassName
{
border-color: #BBE17F;
}
</style>