Shades of Sulu #BBDB82
Tints of Sulu #BBDB82
RGB
CMYK
RGB Variations
Color information
#BBDB82 (or 0xBBDB82) is known color: Sulu. HEX triplet: BB, DB and 82. RGB value is (187,219,130). Sum of RGB (Red+Green+Blue) = 187+219+130=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB82 is #44247D. Grayscale: #C7C7C7. Windows color (decimal): -4465790 or 8575931. OLE color: 8575931.
HSL color Cylindrical-coordinate representation of color #BBDB82: hue angle of 81.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDB82 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 130 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.14 |
| HSL | 81.57º | 0.55% | 0.68% | - |
| HSV(B) | 81.57º | 0.41% | 0.86% | - |
| XYZ | 49.85 | 62.84 | 30.62 | - |
| YUV | 199.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 130 | 0.15 | 0 | 0.41 | 0.14 | 81.57 | 0.55 | 0.68 |
| Hex | BB | DB | 82 | F | 0 | 29 | E | 52 | 37 | 44 |
| Octal | 273 | 333 | 202 | 17 | 0 | 51 | 16 | 122 | 67 | 104 |
| Binary | 10111011 | 11011011 | 10000010 | 1111 | 0 | 101001 | 1110 | 1010010 | 110111 | 1000100 |
Color Harmonies of #BBDB82
Complementary color
Monochromatic Colors of #BBDB82
Black with #BBDB82
Text Example
Text Example
White with #BBDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB82; }
p { color: rgb(187,219,130); }
H1.HeaderClassName
{
color: #BBDB82;
}
.AnyTagClassName
{
color: #BBDB82;
}
</style>
background-color css
<style>
a { background-color: #BBDB82; }
a { background-color: rgb(187,219,130); }
div.DivClassName
{
background-color: #BBDB82;
}
.BgClassName
{
background-color: #BBDB82;
}
</style>
border-color css
<style>
span { border-color: #BBDB82; }
span { border-color: rgb(187,219,130); }
td.TdClassName
{
border-color: #BBDB82;
}
.TagClassName
{
border-color: #BBDB82;
}
</style>