Shades of Sulu #BDD677
Tints of Sulu #BDD677
RGB
CMYK
RGB Variations
Color information
#BDD677 (or 0xBDD677) is known color: Sulu. HEX triplet: BD, D6 and 77. RGB value is (189,214,119). Sum of RGB (Red+Green+Blue) = 189+214+119=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD677 is #422988. Grayscale: #C4C4C4. Windows color (decimal): -4336009 or 7853757. OLE color: 7853757.
HSL color Cylindrical-coordinate representation of color #BDD677: hue angle of 75.79º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD677 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 119 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.16 |
| HSL | 75.79º | 0.54% | 0.65% | - |
| HSV(B) | 75.79º | 0.44% | 0.84% | - |
| XYZ | 48.36 | 60.24 | 26.53 | - |
| YUV | 195.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 119 | 0.12 | 0 | 0.44 | 0.16 | 75.79 | 0.54 | 0.65 |
| Hex | BD | D6 | 77 | C | 0 | 2C | 10 | 4C | 36 | 41 |
| Octal | 275 | 326 | 167 | 14 | 0 | 54 | 20 | 114 | 66 | 101 |
| Binary | 10111101 | 11010110 | 1110111 | 1100 | 0 | 101100 | 10000 | 1001100 | 110110 | 1000001 |
Color Harmonies of #BDD677
Complementary color
Monochromatic Colors of #BDD677
Black with #BDD677
Text Example
Text Example
White with #BDD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD677; }
p { color: rgb(189,214,119); }
H1.HeaderClassName
{
color: #BDD677;
}
.AnyTagClassName
{
color: #BDD677;
}
</style>
background-color css
<style>
a { background-color: #BDD677; }
a { background-color: rgb(189,214,119); }
div.DivClassName
{
background-color: #BDD677;
}
.BgClassName
{
background-color: #BDD677;
}
</style>
border-color css
<style>
span { border-color: #BDD677; }
span { border-color: rgb(189,214,119); }
td.TdClassName
{
border-color: #BDD677;
}
.TagClassName
{
border-color: #BDD677;
}
</style>