Shades of Sulu #BBDB71
Tints of Sulu #BBDB71
RGB
CMYK
RGB Variations
Color information
#BBDB71 (or 0xBBDB71) is known color: Sulu. HEX triplet: BB, DB and 71. RGB value is (187,219,113). Sum of RGB (Red+Green+Blue) = 187+219+113=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB71 is #44248E. Grayscale: #C5C5C5. Windows color (decimal): -4465807 or 7461819. OLE color: 7461819.
HSL color Cylindrical-coordinate representation of color #BBDB71: hue angle of 78.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBDB71 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 113 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.14 |
| HSL | 78.11º | 0.6% | 0.65% | - |
| HSV(B) | 78.11º | 0.48% | 0.86% | - |
| XYZ | 48.81 | 62.42 | 25.1 | - |
| YUV | 197.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 113 | 0.15 | 0 | 0.48 | 0.14 | 78.11 | 0.6 | 0.65 |
| Hex | BB | DB | 71 | F | 0 | 30 | E | 4E | 3C | 41 |
| Octal | 273 | 333 | 161 | 17 | 0 | 60 | 16 | 116 | 74 | 101 |
| Binary | 10111011 | 11011011 | 1110001 | 1111 | 0 | 110000 | 1110 | 1001110 | 111100 | 1000001 |
Color Harmonies of #BBDB71
Complementary color
Monochromatic Colors of #BBDB71
Black with #BBDB71
Text Example
Text Example
White with #BBDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB71; }
p { color: rgb(187,219,113); }
H1.HeaderClassName
{
color: #BBDB71;
}
.AnyTagClassName
{
color: #BBDB71;
}
</style>
background-color css
<style>
a { background-color: #BBDB71; }
a { background-color: rgb(187,219,113); }
div.DivClassName
{
background-color: #BBDB71;
}
.BgClassName
{
background-color: #BBDB71;
}
</style>
border-color css
<style>
span { border-color: #BBDB71; }
span { border-color: rgb(187,219,113); }
td.TdClassName
{
border-color: #BBDB71;
}
.TagClassName
{
border-color: #BBDB71;
}
</style>