Shades of Sulu #BCDC72
Tints of Sulu #BCDC72
RGB
CMYK
RGB Variations
Color information
#BCDC72 (or 0xBCDC72) is known color: Sulu. HEX triplet: BC, DC and 72. RGB value is (188,220,114). Sum of RGB (Red+Green+Blue) = 188+220+114=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC72 is #43238D. Grayscale: #C6C6C6. Windows color (decimal): -4400014 or 7527612. OLE color: 7527612.
HSL color Cylindrical-coordinate representation of color #BCDC72: hue angle of 78.11º degrees, saturation: 0.6, 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 #BCDC72 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 114 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.14 |
| HSL | 78.11º | 0.6% | 0.65% | - |
| HSV(B) | 78.11º | 0.48% | 0.86% | - |
| XYZ | 49.37 | 63.09 | 25.5 | - |
| YUV | 198.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 114 | 0.15 | 0 | 0.48 | 0.14 | 78.11 | 0.6 | 0.65 |
| Hex | BC | DC | 72 | F | 0 | 30 | E | 4E | 3C | 41 |
| Octal | 274 | 334 | 162 | 17 | 0 | 60 | 16 | 116 | 74 | 101 |
| Binary | 10111100 | 11011100 | 1110010 | 1111 | 0 | 110000 | 1110 | 1001110 | 111100 | 1000001 |
Color Harmonies of #BCDC72
Complementary color
Monochromatic Colors of #BCDC72
Black with #BCDC72
Text Example
Text Example
White with #BCDC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC72; }
p { color: rgb(188,220,114); }
H1.HeaderClassName
{
color: #BCDC72;
}
.AnyTagClassName
{
color: #BCDC72;
}
</style>
background-color css
<style>
a { background-color: #BCDC72; }
a { background-color: rgb(188,220,114); }
div.DivClassName
{
background-color: #BCDC72;
}
.BgClassName
{
background-color: #BCDC72;
}
</style>
border-color css
<style>
span { border-color: #BCDC72; }
span { border-color: rgb(188,220,114); }
td.TdClassName
{
border-color: #BCDC72;
}
.TagClassName
{
border-color: #BCDC72;
}
</style>