Shades of Sulu #BBE06B
Tints of Sulu #BBE06B
RGB
CMYK
RGB Variations
Color information
#BBE06B (or 0xBBE06B) is known color: Sulu. HEX triplet: BB, E0 and 6B. RGB value is (187,224,107). Sum of RGB (Red+Green+Blue) = 187+224+107=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE06B is #441F94. Grayscale: #C8C8C8. Windows color (decimal): -4464533 or 7069883. OLE color: 7069883.
HSL color Cylindrical-coordinate representation of color #BBE06B: hue angle of 78.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBE06B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 107 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.12 |
| HSL | 78.97º | 0.65% | 0.65% | - |
| HSV(B) | 78.97º | 0.52% | 0.88% | - |
| XYZ | 49.8 | 64.94 | 23.82 | - |
| YUV | 199.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 107 | 0.17 | 0 | 0.52 | 0.12 | 78.97 | 0.65 | 0.65 |
| Hex | BB | E0 | 6B | 11 | 0 | 34 | C | 4F | 41 | 41 |
| Octal | 273 | 340 | 153 | 21 | 0 | 64 | 14 | 117 | 101 | 101 |
| Binary | 10111011 | 11100000 | 1101011 | 10001 | 0 | 110100 | 1100 | 1001111 | 1000001 | 1000001 |
Color Harmonies of #BBE06B
Complementary color
Monochromatic Colors of #BBE06B
Black with #BBE06B
Text Example
Text Example
White with #BBE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE06B; }
p { color: rgb(187,224,107); }
H1.HeaderClassName
{
color: #BBE06B;
}
.AnyTagClassName
{
color: #BBE06B;
}
</style>
background-color css
<style>
a { background-color: #BBE06B; }
a { background-color: rgb(187,224,107); }
div.DivClassName
{
background-color: #BBE06B;
}
.BgClassName
{
background-color: #BBE06B;
}
</style>
border-color css
<style>
span { border-color: #BBE06B; }
span { border-color: rgb(187,224,107); }
td.TdClassName
{
border-color: #BBE06B;
}
.TagClassName
{
border-color: #BBE06B;
}
</style>