Shades of Sulu #BBDD6E
Tints of Sulu #BBDD6E
RGB
CMYK
RGB Variations
Color information
#BBDD6E (or 0xBBDD6E) is known color: Sulu. HEX triplet: BB, DD and 6E. RGB value is (187,221,110). Sum of RGB (Red+Green+Blue) = 187+221+110=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD6E is #442291. Grayscale: #C6C6C6. Windows color (decimal): -4465298 or 7265723. OLE color: 7265723.
HSL color Cylindrical-coordinate representation of color #BBDD6E: hue angle of 78.38º 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 #BBDD6E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 110 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.13 |
| HSL | 78.38º | 0.62% | 0.65% | - |
| HSV(B) | 78.38º | 0.5% | 0.87% | - |
| XYZ | 49.16 | 63.4 | 24.4 | - |
| YUV | 198.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 110 | 0.15 | 0 | 0.50 | 0.13 | 78.38 | 0.62 | 0.65 |
| Hex | BB | DD | 6E | F | 0 | 32 | D | 4E | 3E | 41 |
| Octal | 273 | 335 | 156 | 17 | 0 | 62 | 15 | 116 | 76 | 101 |
| Binary | 10111011 | 11011101 | 1101110 | 1111 | 0 | 110010 | 1101 | 1001110 | 111110 | 1000001 |
Color Harmonies of #BBDD6E
Complementary color
Monochromatic Colors of #BBDD6E
Black with #BBDD6E
Text Example
Text Example
White with #BBDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD6E; }
p { color: rgb(187,221,110); }
H1.HeaderClassName
{
color: #BBDD6E;
}
.AnyTagClassName
{
color: #BBDD6E;
}
</style>
background-color css
<style>
a { background-color: #BBDD6E; }
a { background-color: rgb(187,221,110); }
div.DivClassName
{
background-color: #BBDD6E;
}
.BgClassName
{
background-color: #BBDD6E;
}
</style>
border-color css
<style>
span { border-color: #BBDD6E; }
span { border-color: rgb(187,221,110); }
td.TdClassName
{
border-color: #BBDD6E;
}
.TagClassName
{
border-color: #BBDD6E;
}
</style>