Shades of Sulu #BBDB6E
Tints of Sulu #BBDB6E
RGB
CMYK
RGB Variations
Color information
#BBDB6E (or 0xBBDB6E) is known color: Sulu. HEX triplet: BB, DB and 6E. RGB value is (187,219,110). Sum of RGB (Red+Green+Blue) = 187+219+110=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB6E is #442491. Grayscale: #C5C5C5. Windows color (decimal): -4465810 or 7265211. OLE color: 7265211.
HSL color Cylindrical-coordinate representation of color #BBDB6E: hue angle of 77.61º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBDB6E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 110 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.14 |
| HSL | 77.61º | 0.6% | 0.65% | - |
| HSV(B) | 77.61º | 0.5% | 0.86% | - |
| XYZ | 48.64 | 62.35 | 24.22 | - |
| YUV | 197.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 110 | 0.15 | 0 | 0.50 | 0.14 | 77.61 | 0.6 | 0.65 |
| Hex | BB | DB | 6E | F | 0 | 32 | E | 4E | 3C | 41 |
| Octal | 273 | 333 | 156 | 17 | 0 | 62 | 16 | 116 | 74 | 101 |
| Binary | 10111011 | 11011011 | 1101110 | 1111 | 0 | 110010 | 1110 | 1001110 | 111100 | 1000001 |
Color Harmonies of #BBDB6E
Complementary color
Monochromatic Colors of #BBDB6E
Black with #BBDB6E
Text Example
Text Example
White with #BBDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB6E; }
p { color: rgb(187,219,110); }
H1.HeaderClassName
{
color: #BBDB6E;
}
.AnyTagClassName
{
color: #BBDB6E;
}
</style>
background-color css
<style>
a { background-color: #BBDB6E; }
a { background-color: rgb(187,219,110); }
div.DivClassName
{
background-color: #BBDB6E;
}
.BgClassName
{
background-color: #BBDB6E;
}
</style>
border-color css
<style>
span { border-color: #BBDB6E; }
span { border-color: rgb(187,219,110); }
td.TdClassName
{
border-color: #BBDB6E;
}
.TagClassName
{
border-color: #BBDB6E;
}
</style>