Shades of Sulu #BCDA71
Tints of Sulu #BCDA71
RGB
CMYK
RGB Variations
Color information
#BCDA71 (or 0xBCDA71) is known color: Sulu. HEX triplet: BC, DA and 71. RGB value is (188,218,113). Sum of RGB (Red+Green+Blue) = 188+218+113=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA71 is #43258E. Grayscale: #C5C5C5. Windows color (decimal): -4400527 or 7461564. OLE color: 7461564.
HSL color Cylindrical-coordinate representation of color #BCDA71: hue angle of 77.14º degrees, saturation: 0.59, 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 #BCDA71 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 113 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.15 |
| HSL | 77.14º | 0.59% | 0.65% | - |
| HSV(B) | 77.14º | 0.48% | 0.85% | - |
| XYZ | 48.79 | 62.03 | 25.02 | - |
| YUV | 197.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 113 | 0.14 | 0 | 0.48 | 0.15 | 77.14 | 0.59 | 0.65 |
| Hex | BC | DA | 71 | E | 0 | 30 | F | 4D | 3B | 41 |
| Octal | 274 | 332 | 161 | 16 | 0 | 60 | 17 | 115 | 73 | 101 |
| Binary | 10111100 | 11011010 | 1110001 | 1110 | 0 | 110000 | 1111 | 1001101 | 111011 | 1000001 |
Color Harmonies of #BCDA71
Complementary color
Monochromatic Colors of #BCDA71
Black with #BCDA71
Text Example
Text Example
White with #BCDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA71; }
p { color: rgb(188,218,113); }
H1.HeaderClassName
{
color: #BCDA71;
}
.AnyTagClassName
{
color: #BCDA71;
}
</style>
background-color css
<style>
a { background-color: #BCDA71; }
a { background-color: rgb(188,218,113); }
div.DivClassName
{
background-color: #BCDA71;
}
.BgClassName
{
background-color: #BCDA71;
}
</style>
border-color css
<style>
span { border-color: #BCDA71; }
span { border-color: rgb(188,218,113); }
td.TdClassName
{
border-color: #BCDA71;
}
.TagClassName
{
border-color: #BCDA71;
}
</style>