Shades of Sulu #BBDB73
Tints of Sulu #BBDB73
RGB
CMYK
RGB Variations
Color information
#BBDB73 (or 0xBBDB73) is known color: Sulu. HEX triplet: BB, DB and 73. RGB value is (187,219,115). Sum of RGB (Red+Green+Blue) = 187+219+115=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB73 is #44248C. Grayscale: #C5C5C5. Windows color (decimal): -4465805 or 7592891. OLE color: 7592891.
HSL color Cylindrical-coordinate representation of color #BBDB73: hue angle of 78.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDB73 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 115 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.14 |
| HSL | 78.46º | 0.59% | 0.65% | - |
| HSV(B) | 78.46º | 0.47% | 0.86% | - |
| XYZ | 48.92 | 62.47 | 25.7 | - |
| YUV | 197.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 115 | 0.15 | 0 | 0.47 | 0.14 | 78.46 | 0.59 | 0.65 |
| Hex | BB | DB | 73 | F | 0 | 2F | E | 4E | 3B | 41 |
| Octal | 273 | 333 | 163 | 17 | 0 | 57 | 16 | 116 | 73 | 101 |
| Binary | 10111011 | 11011011 | 1110011 | 1111 | 0 | 101111 | 1110 | 1001110 | 111011 | 1000001 |
Color Harmonies of #BBDB73
Complementary color
Monochromatic Colors of #BBDB73
Black with #BBDB73
Text Example
Text Example
White with #BBDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB73; }
p { color: rgb(187,219,115); }
H1.HeaderClassName
{
color: #BBDB73;
}
.AnyTagClassName
{
color: #BBDB73;
}
</style>
background-color css
<style>
a { background-color: #BBDB73; }
a { background-color: rgb(187,219,115); }
div.DivClassName
{
background-color: #BBDB73;
}
.BgClassName
{
background-color: #BBDB73;
}
</style>
border-color css
<style>
span { border-color: #BBDB73; }
span { border-color: rgb(187,219,115); }
td.TdClassName
{
border-color: #BBDB73;
}
.TagClassName
{
border-color: #BBDB73;
}
</style>