Shades of Sulu #BDD977
Tints of Sulu #BDD977
RGB
CMYK
RGB Variations
Color information
#BDD977 (or 0xBDD977) is known color: Sulu. HEX triplet: BD, D9 and 77. RGB value is (189,217,119). Sum of RGB (Red+Green+Blue) = 189+217+119=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD977 is #422688. Grayscale: #C5C5C5. Windows color (decimal): -4335241 or 7854525. OLE color: 7854525.
HSL color Cylindrical-coordinate representation of color #BDD977: hue angle of 77.14º degrees, saturation: 0.56, 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 #BDD977 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 119 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.15 |
| HSL | 77.14º | 0.56% | 0.66% | - |
| HSV(B) | 77.14º | 0.45% | 0.85% | - |
| XYZ | 49.13 | 61.78 | 26.79 | - |
| YUV | 197.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 119 | 0.13 | 0 | 0.45 | 0.15 | 77.14 | 0.56 | 0.66 |
| Hex | BD | D9 | 77 | D | 0 | 2D | F | 4D | 38 | 42 |
| Octal | 275 | 331 | 167 | 15 | 0 | 55 | 17 | 115 | 70 | 102 |
| Binary | 10111101 | 11011001 | 1110111 | 1101 | 0 | 101101 | 1111 | 1001101 | 111000 | 1000010 |
Color Harmonies of #BDD977
Complementary color
Monochromatic Colors of #BDD977
Black with #BDD977
Text Example
Text Example
White with #BDD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD977; }
p { color: rgb(189,217,119); }
H1.HeaderClassName
{
color: #BDD977;
}
.AnyTagClassName
{
color: #BDD977;
}
</style>
background-color css
<style>
a { background-color: #BDD977; }
a { background-color: rgb(189,217,119); }
div.DivClassName
{
background-color: #BDD977;
}
.BgClassName
{
background-color: #BDD977;
}
</style>
border-color css
<style>
span { border-color: #BDD977; }
span { border-color: rgb(189,217,119); }
td.TdClassName
{
border-color: #BDD977;
}
.TagClassName
{
border-color: #BDD977;
}
</style>