Shades of Sulu #BDD881
Tints of Sulu #BDD881
RGB
CMYK
RGB Variations
Color information
#BDD881 (or 0xBDD881) is known color: Sulu. HEX triplet: BD, D8 and 81. RGB value is (189,216,129). Sum of RGB (Red+Green+Blue) = 189+216+129=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD881 is #42277E. Grayscale: #C6C6C6. Windows color (decimal): -4335487 or 8509629. OLE color: 8509629.
HSL color Cylindrical-coordinate representation of color #BDD881: hue angle of 78.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD881 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 129 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.15 |
| HSL | 78.62º | 0.53% | 0.68% | - |
| HSV(B) | 78.62º | 0.4% | 0.85% | - |
| XYZ | 49.5 | 61.52 | 30.03 | - |
| YUV | 198.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 129 | 0.12 | 0 | 0.40 | 0.15 | 78.62 | 0.53 | 0.68 |
| Hex | BD | D8 | 81 | C | 0 | 28 | F | 4F | 35 | 44 |
| Octal | 275 | 330 | 201 | 14 | 0 | 50 | 17 | 117 | 65 | 104 |
| Binary | 10111101 | 11011000 | 10000001 | 1100 | 0 | 101000 | 1111 | 1001111 | 110101 | 1000100 |
Color Harmonies of #BDD881
Complementary color
Monochromatic Colors of #BDD881
Black with #BDD881
Text Example
Text Example
White with #BDD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD881; }
p { color: rgb(189,216,129); }
H1.HeaderClassName
{
color: #BDD881;
}
.AnyTagClassName
{
color: #BDD881;
}
</style>
background-color css
<style>
a { background-color: #BDD881; }
a { background-color: rgb(189,216,129); }
div.DivClassName
{
background-color: #BDD881;
}
.BgClassName
{
background-color: #BDD881;
}
</style>
border-color css
<style>
span { border-color: #BDD881; }
span { border-color: rgb(189,216,129); }
td.TdClassName
{
border-color: #BDD881;
}
.TagClassName
{
border-color: #BDD881;
}
</style>