Shades of Sulu #BDD676
Tints of Sulu #BDD676
RGB
CMYK
RGB Variations
Color information
#BDD676 (or 0xBDD676) is known color: Sulu. HEX triplet: BD, D6 and 76. RGB value is (189,214,118). Sum of RGB (Red+Green+Blue) = 189+214+118=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD676 is #422989. Grayscale: #C3C3C3. Windows color (decimal): -4336010 or 7788221. OLE color: 7788221.
HSL color Cylindrical-coordinate representation of color #BDD676: hue angle of 75.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD676 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 118 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.16 |
| HSL | 75.63º | 0.54% | 0.65% | - |
| HSV(B) | 75.63º | 0.45% | 0.84% | - |
| XYZ | 48.3 | 60.22 | 26.22 | - |
| YUV | 195.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 118 | 0.12 | 0 | 0.45 | 0.16 | 75.63 | 0.54 | 0.65 |
| Hex | BD | D6 | 76 | C | 0 | 2D | 10 | 4C | 36 | 41 |
| Octal | 275 | 326 | 166 | 14 | 0 | 55 | 20 | 114 | 66 | 101 |
| Binary | 10111101 | 11010110 | 1110110 | 1100 | 0 | 101101 | 10000 | 1001100 | 110110 | 1000001 |
Color Harmonies of #BDD676
Complementary color
Monochromatic Colors of #BDD676
Black with #BDD676
Text Example
Text Example
White with #BDD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD676; }
p { color: rgb(189,214,118); }
H1.HeaderClassName
{
color: #BDD676;
}
.AnyTagClassName
{
color: #BDD676;
}
</style>
background-color css
<style>
a { background-color: #BDD676; }
a { background-color: rgb(189,214,118); }
div.DivClassName
{
background-color: #BDD676;
}
.BgClassName
{
background-color: #BDD676;
}
</style>
border-color css
<style>
span { border-color: #BDD676; }
span { border-color: rgb(189,214,118); }
td.TdClassName
{
border-color: #BDD676;
}
.TagClassName
{
border-color: #BDD676;
}
</style>