Shades of Sulu #BCD775
Tints of Sulu #BCD775
RGB
CMYK
RGB Variations
Color information
#BCD775 (or 0xBCD775) is known color: Sulu. HEX triplet: BC, D7 and 75. RGB value is (188,215,117). Sum of RGB (Red+Green+Blue) = 188+215+117=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD775 is #43288A. Grayscale: #C4C4C4. Windows color (decimal): -4401291 or 7722940. OLE color: 7722940.
HSL color Cylindrical-coordinate representation of color #BCD775: hue angle of 76.53º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD775 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 117 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.16 |
| HSL | 76.53º | 0.55% | 0.65% | - |
| HSV(B) | 76.53º | 0.46% | 0.84% | - |
| XYZ | 48.25 | 60.58 | 25.98 | - |
| YUV | 195.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 117 | 0.13 | 0 | 0.46 | 0.16 | 76.53 | 0.55 | 0.65 |
| Hex | BC | D7 | 75 | D | 0 | 2E | 10 | 4D | 37 | 41 |
| Octal | 274 | 327 | 165 | 15 | 0 | 56 | 20 | 115 | 67 | 101 |
| Binary | 10111100 | 11010111 | 1110101 | 1101 | 0 | 101110 | 10000 | 1001101 | 110111 | 1000001 |
Color Harmonies of #BCD775
Complementary color
Monochromatic Colors of #BCD775
Black with #BCD775
Text Example
Text Example
White with #BCD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD775; }
p { color: rgb(188,215,117); }
H1.HeaderClassName
{
color: #BCD775;
}
.AnyTagClassName
{
color: #BCD775;
}
</style>
background-color css
<style>
a { background-color: #BCD775; }
a { background-color: rgb(188,215,117); }
div.DivClassName
{
background-color: #BCD775;
}
.BgClassName
{
background-color: #BCD775;
}
</style>
border-color css
<style>
span { border-color: #BCD775; }
span { border-color: rgb(188,215,117); }
td.TdClassName
{
border-color: #BCD775;
}
.TagClassName
{
border-color: #BCD775;
}
</style>