Shades of Sulu #BCDC77
Tints of Sulu #BCDC77
RGB
CMYK
RGB Variations
Color information
#BCDC77 (or 0xBCDC77) is known color: Sulu. HEX triplet: BC, DC and 77. RGB value is (188,220,119). Sum of RGB (Red+Green+Blue) = 188+220+119=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC77 is #432388. Grayscale: #C7C7C7. Windows color (decimal): -4400009 or 7855292. OLE color: 7855292.
HSL color Cylindrical-coordinate representation of color #BCDC77: hue angle of 79.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDC77 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 119 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.14 |
| HSL | 79.01º | 0.59% | 0.66% | - |
| HSV(B) | 79.01º | 0.46% | 0.86% | - |
| XYZ | 49.66 | 63.21 | 27.04 | - |
| YUV | 198.92 | 82.9 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 119 | 0.15 | 0 | 0.46 | 0.14 | 79.01 | 0.59 | 0.66 |
| Hex | BC | DC | 77 | F | 0 | 2E | E | 4F | 3B | 42 |
| Octal | 274 | 334 | 167 | 17 | 0 | 56 | 16 | 117 | 73 | 102 |
| Binary | 10111100 | 11011100 | 1110111 | 1111 | 0 | 101110 | 1110 | 1001111 | 111011 | 1000010 |
Color Harmonies of #BCDC77
Complementary color
Monochromatic Colors of #BCDC77
Black with #BCDC77
Text Example
Text Example
White with #BCDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC77; }
p { color: rgb(188,220,119); }
H1.HeaderClassName
{
color: #BCDC77;
}
.AnyTagClassName
{
color: #BCDC77;
}
</style>
background-color css
<style>
a { background-color: #BCDC77; }
a { background-color: rgb(188,220,119); }
div.DivClassName
{
background-color: #BCDC77;
}
.BgClassName
{
background-color: #BCDC77;
}
</style>
border-color css
<style>
span { border-color: #BCDC77; }
span { border-color: rgb(188,220,119); }
td.TdClassName
{
border-color: #BCDC77;
}
.TagClassName
{
border-color: #BCDC77;
}
</style>