Shades of Sulu #BCDA76
Tints of Sulu #BCDA76
RGB
CMYK
RGB Variations
Color information
#BCDA76 (or 0xBCDA76) is known color: Sulu. HEX triplet: BC, DA and 76. RGB value is (188,218,118). Sum of RGB (Red+Green+Blue) = 188+218+118=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA76 is #432589. Grayscale: #C6C6C6. Windows color (decimal): -4400522 or 7789244. OLE color: 7789244.
HSL color Cylindrical-coordinate representation of color #BCDA76: hue angle of 78º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDA76 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 118 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.15 |
| HSL | 78º | 0.57% | 0.66% | - |
| HSV(B) | 78º | 0.46% | 0.85% | - |
| XYZ | 49.08 | 62.14 | 26.55 | - |
| YUV | 197.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 118 | 0.14 | 0 | 0.46 | 0.15 | 78 | 0.57 | 0.66 |
| Hex | BC | DA | 76 | E | 0 | 2E | F | 4E | 39 | 42 |
| Octal | 274 | 332 | 166 | 16 | 0 | 56 | 17 | 116 | 71 | 102 |
| Binary | 10111100 | 11011010 | 1110110 | 1110 | 0 | 101110 | 1111 | 1001110 | 111001 | 1000010 |
Color Harmonies of #BCDA76
Complementary color
Monochromatic Colors of #BCDA76
Black with #BCDA76
Text Example
Text Example
White with #BCDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA76; }
p { color: rgb(188,218,118); }
H1.HeaderClassName
{
color: #BCDA76;
}
.AnyTagClassName
{
color: #BCDA76;
}
</style>
background-color css
<style>
a { background-color: #BCDA76; }
a { background-color: rgb(188,218,118); }
div.DivClassName
{
background-color: #BCDA76;
}
.BgClassName
{
background-color: #BCDA76;
}
</style>
border-color css
<style>
span { border-color: #BCDA76; }
span { border-color: rgb(188,218,118); }
td.TdClassName
{
border-color: #BCDA76;
}
.TagClassName
{
border-color: #BCDA76;
}
</style>