Shades of Sulu #BDD877
Tints of Sulu #BDD877
RGB
CMYK
RGB Variations
Color information
#BDD877 (or 0xBDD877) is known color: Sulu. HEX triplet: BD, D8 and 77. RGB value is (189,216,119). Sum of RGB (Red+Green+Blue) = 189+216+119=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD877 is #422788. Grayscale: #C5C5C5. Windows color (decimal): -4335497 or 7854269. OLE color: 7854269.
HSL color Cylindrical-coordinate representation of color #BDD877: hue angle of 76.7º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD877 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 119 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.15 |
| HSL | 76.7º | 0.55% | 0.66% | - |
| HSV(B) | 76.7º | 0.45% | 0.85% | - |
| XYZ | 48.87 | 61.26 | 26.7 | - |
| YUV | 196.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 119 | 0.12 | 0 | 0.45 | 0.15 | 76.7 | 0.55 | 0.66 |
| Hex | BD | D8 | 77 | C | 0 | 2D | F | 4D | 37 | 42 |
| Octal | 275 | 330 | 167 | 14 | 0 | 55 | 17 | 115 | 67 | 102 |
| Binary | 10111101 | 11011000 | 1110111 | 1100 | 0 | 101101 | 1111 | 1001101 | 110111 | 1000010 |
Color Harmonies of #BDD877
Complementary color
Monochromatic Colors of #BDD877
Black with #BDD877
Text Example
Text Example
White with #BDD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD877; }
p { color: rgb(189,216,119); }
H1.HeaderClassName
{
color: #BDD877;
}
.AnyTagClassName
{
color: #BDD877;
}
</style>
background-color css
<style>
a { background-color: #BDD877; }
a { background-color: rgb(189,216,119); }
div.DivClassName
{
background-color: #BDD877;
}
.BgClassName
{
background-color: #BDD877;
}
</style>
border-color css
<style>
span { border-color: #BDD877; }
span { border-color: rgb(189,216,119); }
td.TdClassName
{
border-color: #BDD877;
}
.TagClassName
{
border-color: #BDD877;
}
</style>