Shades of Sulu #BDD883
Tints of Sulu #BDD883
RGB
CMYK
RGB Variations
Color information
#BDD883 (or 0xBDD883) is known color: Sulu. HEX triplet: BD, D8 and 83. RGB value is (189,216,131). Sum of RGB (Red+Green+Blue) = 189+216+131=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD883 is #42277C. Grayscale: #C6C6C6. Windows color (decimal): -4335485 or 8640701. OLE color: 8640701.
HSL color Cylindrical-coordinate representation of color #BDD883: hue angle of 79.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDD883 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 131 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.15 |
| HSL | 79.06º | 0.52% | 0.68% | - |
| HSV(B) | 79.06º | 0.39% | 0.85% | - |
| XYZ | 49.64 | 61.57 | 30.74 | - |
| YUV | 198.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 131 | 0.12 | 0 | 0.39 | 0.15 | 79.06 | 0.52 | 0.68 |
| Hex | BD | D8 | 83 | C | 0 | 27 | F | 4F | 34 | 44 |
| Octal | 275 | 330 | 203 | 14 | 0 | 47 | 17 | 117 | 64 | 104 |
| Binary | 10111101 | 11011000 | 10000011 | 1100 | 0 | 100111 | 1111 | 1001111 | 110100 | 1000100 |
Color Harmonies of #BDD883
Complementary color
Monochromatic Colors of #BDD883
Black with #BDD883
Text Example
Text Example
White with #BDD883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD883; }
p { color: rgb(189,216,131); }
H1.HeaderClassName
{
color: #BDD883;
}
.AnyTagClassName
{
color: #BDD883;
}
</style>
background-color css
<style>
a { background-color: #BDD883; }
a { background-color: rgb(189,216,131); }
div.DivClassName
{
background-color: #BDD883;
}
.BgClassName
{
background-color: #BDD883;
}
</style>
border-color css
<style>
span { border-color: #BDD883; }
span { border-color: rgb(189,216,131); }
td.TdClassName
{
border-color: #BDD883;
}
.TagClassName
{
border-color: #BDD883;
}
</style>