Shades of Sulu #BCD971
Tints of Sulu #BCD971
RGB
CMYK
RGB Variations
Color information
#BCD971 (or 0xBCD971) is known color: Sulu. HEX triplet: BC, D9 and 71. RGB value is (188,217,113). Sum of RGB (Red+Green+Blue) = 188+217+113=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD971 is #43268E. Grayscale: #C4C4C4. Windows color (decimal): -4400783 or 7461308. OLE color: 7461308.
HSL color Cylindrical-coordinate representation of color #BCD971: hue angle of 76.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCD971 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 113 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.15 |
| HSL | 76.73º | 0.58% | 0.65% | - |
| HSV(B) | 76.73º | 0.48% | 0.85% | - |
| XYZ | 48.53 | 61.51 | 24.94 | - |
| YUV | 196.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 113 | 0.13 | 0 | 0.48 | 0.15 | 76.73 | 0.58 | 0.65 |
| Hex | BC | D9 | 71 | D | 0 | 30 | F | 4D | 3A | 41 |
| Octal | 274 | 331 | 161 | 15 | 0 | 60 | 17 | 115 | 72 | 101 |
| Binary | 10111100 | 11011001 | 1110001 | 1101 | 0 | 110000 | 1111 | 1001101 | 111010 | 1000001 |
Color Harmonies of #BCD971
Complementary color
Monochromatic Colors of #BCD971
Black with #BCD971
Text Example
Text Example
White with #BCD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD971; }
p { color: rgb(188,217,113); }
H1.HeaderClassName
{
color: #BCD971;
}
.AnyTagClassName
{
color: #BCD971;
}
</style>
background-color css
<style>
a { background-color: #BCD971; }
a { background-color: rgb(188,217,113); }
div.DivClassName
{
background-color: #BCD971;
}
.BgClassName
{
background-color: #BCD971;
}
</style>
border-color css
<style>
span { border-color: #BCD971; }
span { border-color: rgb(188,217,113); }
td.TdClassName
{
border-color: #BCD971;
}
.TagClassName
{
border-color: #BCD971;
}
</style>