Shades of Sulu #BBE07E
Tints of Sulu #BBE07E
RGB
CMYK
RGB Variations
Color information
#BBE07E (or 0xBBE07E) is known color: Sulu. HEX triplet: BB, E0 and 7E. RGB value is (187,224,126). Sum of RGB (Red+Green+Blue) = 187+224+126=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE07E is #441F81. Grayscale: #CACACA. Windows color (decimal): -4464514 or 8315067. OLE color: 8315067.
HSL color Cylindrical-coordinate representation of color #BBE07E: hue angle of 82.65º degrees, saturation: 0.61, 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 #BBE07E is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 126 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.12 |
| HSL | 82.65º | 0.61% | 0.69% | - |
| HSV(B) | 82.65º | 0.44% | 0.88% | - |
| XYZ | 50.92 | 65.38 | 29.68 | - |
| YUV | 201.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 126 | 0.17 | 0 | 0.44 | 0.12 | 82.65 | 0.61 | 0.69 |
| Hex | BB | E0 | 7E | 11 | 0 | 2C | C | 53 | 3D | 45 |
| Octal | 273 | 340 | 176 | 21 | 0 | 54 | 14 | 123 | 75 | 105 |
| Binary | 10111011 | 11100000 | 1111110 | 10001 | 0 | 101100 | 1100 | 1010011 | 111101 | 1000101 |
Color Harmonies of #BBE07E
Complementary color
Monochromatic Colors of #BBE07E
Black with #BBE07E
Text Example
Text Example
White with #BBE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE07E; }
p { color: rgb(187,224,126); }
H1.HeaderClassName
{
color: #BBE07E;
}
.AnyTagClassName
{
color: #BBE07E;
}
</style>
background-color css
<style>
a { background-color: #BBE07E; }
a { background-color: rgb(187,224,126); }
div.DivClassName
{
background-color: #BBE07E;
}
.BgClassName
{
background-color: #BBE07E;
}
</style>
border-color css
<style>
span { border-color: #BBE07E; }
span { border-color: rgb(187,224,126); }
td.TdClassName
{
border-color: #BBE07E;
}
.TagClassName
{
border-color: #BBE07E;
}
</style>