Shades of Sulu #BDDD89
Tints of Sulu #BDDD89
RGB
CMYK
RGB Variations
Color information
#BDDD89 (or 0xBDDD89) is known color: Sulu. HEX triplet: BD, DD and 89. RGB value is (189,221,137). Sum of RGB (Red+Green+Blue) = 189+221+137=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD89 is #422276. Grayscale: #CACACA. Windows color (decimal): -4334199 or 9035197. OLE color: 9035197.
HSL color Cylindrical-coordinate representation of color #BDDD89: hue angle of 82.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDDD89 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 137 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.13 |
| HSL | 82.86º | 0.55% | 0.7% | - |
| HSV(B) | 82.86º | 0.38% | 0.87% | - |
| XYZ | 51.36 | 64.34 | 33.38 | - |
| YUV | 201.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 137 | 0.14 | 0 | 0.38 | 0.13 | 82.86 | 0.55 | 0.7 |
| Hex | BD | DD | 89 | E | 0 | 26 | D | 53 | 37 | 46 |
| Octal | 275 | 335 | 211 | 16 | 0 | 46 | 15 | 123 | 67 | 106 |
| Binary | 10111101 | 11011101 | 10001001 | 1110 | 0 | 100110 | 1101 | 1010011 | 110111 | 1000110 |
Color Harmonies of #BDDD89
Complementary color
Monochromatic Colors of #BDDD89
Black with #BDDD89
Text Example
Text Example
White with #BDDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD89; }
p { color: rgb(189,221,137); }
H1.HeaderClassName
{
color: #BDDD89;
}
.AnyTagClassName
{
color: #BDDD89;
}
</style>
background-color css
<style>
a { background-color: #BDDD89; }
a { background-color: rgb(189,221,137); }
div.DivClassName
{
background-color: #BDDD89;
}
.BgClassName
{
background-color: #BDDD89;
}
</style>
border-color css
<style>
span { border-color: #BDDD89; }
span { border-color: rgb(189,221,137); }
td.TdClassName
{
border-color: #BDDD89;
}
.TagClassName
{
border-color: #BDDD89;
}
</style>