Shades of Sulu #BBDD6F
Tints of Sulu #BBDD6F
RGB
CMYK
RGB Variations
Color information
#BBDD6F (or 0xBBDD6F) is known color: Sulu. HEX triplet: BB, DD and 6F. RGB value is (187,221,111). Sum of RGB (Red+Green+Blue) = 187+221+111=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD6F is #442290. Grayscale: #C6C6C6. Windows color (decimal): -4465297 or 7331259. OLE color: 7331259.
HSL color Cylindrical-coordinate representation of color #BBDD6F: hue angle of 78.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBDD6F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 111 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.13 |
| HSL | 78.55º | 0.62% | 0.65% | - |
| HSV(B) | 78.55º | 0.5% | 0.87% | - |
| XYZ | 49.22 | 63.43 | 24.69 | - |
| YUV | 198.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 111 | 0.15 | 0 | 0.50 | 0.13 | 78.55 | 0.62 | 0.65 |
| Hex | BB | DD | 6F | F | 0 | 32 | D | 4F | 3E | 41 |
| Octal | 273 | 335 | 157 | 17 | 0 | 62 | 15 | 117 | 76 | 101 |
| Binary | 10111011 | 11011101 | 1101111 | 1111 | 0 | 110010 | 1101 | 1001111 | 111110 | 1000001 |
Color Harmonies of #BBDD6F
Complementary color
Monochromatic Colors of #BBDD6F
Black with #BBDD6F
Text Example
Text Example
White with #BBDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD6F; }
p { color: rgb(187,221,111); }
H1.HeaderClassName
{
color: #BBDD6F;
}
.AnyTagClassName
{
color: #BBDD6F;
}
</style>
background-color css
<style>
a { background-color: #BBDD6F; }
a { background-color: rgb(187,221,111); }
div.DivClassName
{
background-color: #BBDD6F;
}
.BgClassName
{
background-color: #BBDD6F;
}
</style>
border-color css
<style>
span { border-color: #BBDD6F; }
span { border-color: rgb(187,221,111); }
td.TdClassName
{
border-color: #BBDD6F;
}
.TagClassName
{
border-color: #BBDD6F;
}
</style>