Shades of Sulu #BCD776
Tints of Sulu #BCD776
RGB
CMYK
RGB Variations
Color information
#BCD776 (or 0xBCD776) is known color: Sulu. HEX triplet: BC, D7 and 76. RGB value is (188,215,118). Sum of RGB (Red+Green+Blue) = 188+215+118=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD776 is #432889. Grayscale: #C4C4C4. Windows color (decimal): -4401290 or 7788476. OLE color: 7788476.
HSL color Cylindrical-coordinate representation of color #BCD776: hue angle of 76.7º degrees, saturation: 0.55, 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 #BCD776 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 118 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.16 |
| HSL | 76.7º | 0.55% | 0.65% | - |
| HSV(B) | 76.7º | 0.45% | 0.84% | - |
| XYZ | 48.31 | 60.6 | 26.29 | - |
| YUV | 195.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 118 | 0.13 | 0 | 0.45 | 0.16 | 76.7 | 0.55 | 0.65 |
| Hex | BC | D7 | 76 | D | 0 | 2D | 10 | 4D | 37 | 41 |
| Octal | 274 | 327 | 166 | 15 | 0 | 55 | 20 | 115 | 67 | 101 |
| Binary | 10111100 | 11010111 | 1110110 | 1101 | 0 | 101101 | 10000 | 1001101 | 110111 | 1000001 |
Color Harmonies of #BCD776
Complementary color
Monochromatic Colors of #BCD776
Black with #BCD776
Text Example
Text Example
White with #BCD776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD776; }
p { color: rgb(188,215,118); }
H1.HeaderClassName
{
color: #BCD776;
}
.AnyTagClassName
{
color: #BCD776;
}
</style>
background-color css
<style>
a { background-color: #BCD776; }
a { background-color: rgb(188,215,118); }
div.DivClassName
{
background-color: #BCD776;
}
.BgClassName
{
background-color: #BCD776;
}
</style>
border-color css
<style>
span { border-color: #BCD776; }
span { border-color: rgb(188,215,118); }
td.TdClassName
{
border-color: #BCD776;
}
.TagClassName
{
border-color: #BCD776;
}
</style>