Shades of Sulu #BCD777
Tints of Sulu #BCD777
RGB
CMYK
RGB Variations
Color information
#BCD777 (or 0xBCD777) is known color: Sulu. HEX triplet: BC, D7 and 77. RGB value is (188,215,119). Sum of RGB (Red+Green+Blue) = 188+215+119=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD777 is #432888. Grayscale: #C4C4C4. Windows color (decimal): -4401289 or 7854012. OLE color: 7854012.
HSL color Cylindrical-coordinate representation of color #BCD777: hue angle of 76.88º 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 #BCD777 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 119 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.16 |
| HSL | 76.88º | 0.55% | 0.65% | - |
| HSV(B) | 76.88º | 0.45% | 0.84% | - |
| XYZ | 48.37 | 60.62 | 26.61 | - |
| YUV | 195.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 119 | 0.13 | 0 | 0.45 | 0.16 | 76.88 | 0.55 | 0.65 |
| Hex | BC | D7 | 77 | D | 0 | 2D | 10 | 4D | 37 | 41 |
| Octal | 274 | 327 | 167 | 15 | 0 | 55 | 20 | 115 | 67 | 101 |
| Binary | 10111100 | 11010111 | 1110111 | 1101 | 0 | 101101 | 10000 | 1001101 | 110111 | 1000001 |
Color Harmonies of #BCD777
Complementary color
Monochromatic Colors of #BCD777
Black with #BCD777
Text Example
Text Example
White with #BCD777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD777; }
p { color: rgb(188,215,119); }
H1.HeaderClassName
{
color: #BCD777;
}
.AnyTagClassName
{
color: #BCD777;
}
</style>
background-color css
<style>
a { background-color: #BCD777; }
a { background-color: rgb(188,215,119); }
div.DivClassName
{
background-color: #BCD777;
}
.BgClassName
{
background-color: #BCD777;
}
</style>
border-color css
<style>
span { border-color: #BCD777; }
span { border-color: rgb(188,215,119); }
td.TdClassName
{
border-color: #BCD777;
}
.TagClassName
{
border-color: #BCD777;
}
</style>