Shades of Sulu #BDD588
Tints of Sulu #BDD588
RGB
CMYK
RGB Variations
Color information
#BDD588 (or 0xBDD588) is known color: Sulu. HEX triplet: BD, D5 and 88. RGB value is (189,213,136). Sum of RGB (Red+Green+Blue) = 189+213+136=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD588 is #422A77. Grayscale: #C5C5C5. Windows color (decimal): -4336248 or 8967613. OLE color: 8967613.
HSL color Cylindrical-coordinate representation of color #BDD588: hue angle of 78.7º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD588 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 136 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.16 |
| HSL | 78.7º | 0.48% | 0.68% | - |
| HSV(B) | 78.7º | 0.36% | 0.84% | - |
| XYZ | 49.22 | 60.18 | 32.32 | - |
| YUV | 197.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 136 | 0.11 | 0 | 0.36 | 0.16 | 78.7 | 0.48 | 0.68 |
| Hex | BD | D5 | 88 | B | 0 | 24 | 10 | 4F | 30 | 44 |
| Octal | 275 | 325 | 210 | 13 | 0 | 44 | 20 | 117 | 60 | 104 |
| Binary | 10111101 | 11010101 | 10001000 | 1011 | 0 | 100100 | 10000 | 1001111 | 110000 | 1000100 |
Color Harmonies of #BDD588
Complementary color
Monochromatic Colors of #BDD588
Black with #BDD588
Text Example
Text Example
White with #BDD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD588; }
p { color: rgb(189,213,136); }
H1.HeaderClassName
{
color: #BDD588;
}
.AnyTagClassName
{
color: #BDD588;
}
</style>
background-color css
<style>
a { background-color: #BDD588; }
a { background-color: rgb(189,213,136); }
div.DivClassName
{
background-color: #BDD588;
}
.BgClassName
{
background-color: #BDD588;
}
</style>
border-color css
<style>
span { border-color: #BDD588; }
span { border-color: rgb(189,213,136); }
td.TdClassName
{
border-color: #BDD588;
}
.TagClassName
{
border-color: #BDD588;
}
</style>