Shades of Sulu #BCD677
Tints of Sulu #BCD677
RGB
CMYK
RGB Variations
Color information
#BCD677 (or 0xBCD677) is known color: Sulu. HEX triplet: BC, D6 and 77. RGB value is (188,214,119). Sum of RGB (Red+Green+Blue) = 188+214+119=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD677 is #432988. Grayscale: #C3C3C3. Windows color (decimal): -4401545 or 7853756. OLE color: 7853756.
HSL color Cylindrical-coordinate representation of color #BCD677: hue angle of 76.42º 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 #BCD677 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 119 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.16 |
| HSL | 76.42º | 0.54% | 0.65% | - |
| HSV(B) | 76.42º | 0.44% | 0.84% | - |
| XYZ | 48.12 | 60.12 | 26.52 | - |
| YUV | 195.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 119 | 0.12 | 0 | 0.44 | 0.16 | 76.42 | 0.54 | 0.65 |
| Hex | BC | D6 | 77 | C | 0 | 2C | 10 | 4C | 36 | 41 |
| Octal | 274 | 326 | 167 | 14 | 0 | 54 | 20 | 114 | 66 | 101 |
| Binary | 10111100 | 11010110 | 1110111 | 1100 | 0 | 101100 | 10000 | 1001100 | 110110 | 1000001 |
Color Harmonies of #BCD677
Complementary color
Monochromatic Colors of #BCD677
Black with #BCD677
Text Example
Text Example
White with #BCD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD677; }
p { color: rgb(188,214,119); }
H1.HeaderClassName
{
color: #BCD677;
}
.AnyTagClassName
{
color: #BCD677;
}
</style>
background-color css
<style>
a { background-color: #BCD677; }
a { background-color: rgb(188,214,119); }
div.DivClassName
{
background-color: #BCD677;
}
.BgClassName
{
background-color: #BCD677;
}
</style>
border-color css
<style>
span { border-color: #BCD677; }
span { border-color: rgb(188,214,119); }
td.TdClassName
{
border-color: #BCD677;
}
.TagClassName
{
border-color: #BCD677;
}
</style>