Shades of Sulu #BCDB72
Tints of Sulu #BCDB72
RGB
CMYK
RGB Variations
Color information
#BCDB72 (or 0xBCDB72) is known color: Sulu. HEX triplet: BC, DB and 72. RGB value is (188,219,114). Sum of RGB (Red+Green+Blue) = 188+219+114=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB72 is #43248D. Grayscale: #C6C6C6. Windows color (decimal): -4400270 or 7527356. OLE color: 7527356.
HSL color Cylindrical-coordinate representation of color #BCDB72: hue angle of 77.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCDB72 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 114 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.14 |
| HSL | 77.71º | 0.59% | 0.65% | - |
| HSV(B) | 77.71º | 0.48% | 0.86% | - |
| XYZ | 49.11 | 62.57 | 25.41 | - |
| YUV | 197.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 114 | 0.14 | 0 | 0.48 | 0.14 | 77.71 | 0.59 | 0.65 |
| Hex | BC | DB | 72 | E | 0 | 30 | E | 4E | 3B | 41 |
| Octal | 274 | 333 | 162 | 16 | 0 | 60 | 16 | 116 | 73 | 101 |
| Binary | 10111100 | 11011011 | 1110010 | 1110 | 0 | 110000 | 1110 | 1001110 | 111011 | 1000001 |
Color Harmonies of #BCDB72
Complementary color
Monochromatic Colors of #BCDB72
Black with #BCDB72
Text Example
Text Example
White with #BCDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB72; }
p { color: rgb(188,219,114); }
H1.HeaderClassName
{
color: #BCDB72;
}
.AnyTagClassName
{
color: #BCDB72;
}
</style>
background-color css
<style>
a { background-color: #BCDB72; }
a { background-color: rgb(188,219,114); }
div.DivClassName
{
background-color: #BCDB72;
}
.BgClassName
{
background-color: #BCDB72;
}
</style>
border-color css
<style>
span { border-color: #BCDB72; }
span { border-color: rgb(188,219,114); }
td.TdClassName
{
border-color: #BCDB72;
}
.TagClassName
{
border-color: #BCDB72;
}
</style>