Shades of Sulu #BCDA77
Tints of Sulu #BCDA77
RGB
CMYK
RGB Variations
Color information
#BCDA77 (or 0xBCDA77) is known color: Sulu. HEX triplet: BC, DA and 77. RGB value is (188,218,119). Sum of RGB (Red+Green+Blue) = 188+218+119=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA77 is #432588. Grayscale: #C6C6C6. Windows color (decimal): -4400521 or 7854780. OLE color: 7854780.
HSL color Cylindrical-coordinate representation of color #BCDA77: hue angle of 78.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDA77 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 119 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.15 |
| HSL | 78.18º | 0.57% | 0.66% | - |
| HSV(B) | 78.18º | 0.45% | 0.85% | - |
| XYZ | 49.14 | 62.17 | 26.86 | - |
| YUV | 197.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 119 | 0.14 | 0 | 0.45 | 0.15 | 78.18 | 0.57 | 0.66 |
| Hex | BC | DA | 77 | E | 0 | 2D | F | 4E | 39 | 42 |
| Octal | 274 | 332 | 167 | 16 | 0 | 55 | 17 | 116 | 71 | 102 |
| Binary | 10111100 | 11011010 | 1110111 | 1110 | 0 | 101101 | 1111 | 1001110 | 111001 | 1000010 |
Color Harmonies of #BCDA77
Complementary color
Monochromatic Colors of #BCDA77
Black with #BCDA77
Text Example
Text Example
White with #BCDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA77; }
p { color: rgb(188,218,119); }
H1.HeaderClassName
{
color: #BCDA77;
}
.AnyTagClassName
{
color: #BCDA77;
}
</style>
background-color css
<style>
a { background-color: #BCDA77; }
a { background-color: rgb(188,218,119); }
div.DivClassName
{
background-color: #BCDA77;
}
.BgClassName
{
background-color: #BCDA77;
}
</style>
border-color css
<style>
span { border-color: #BCDA77; }
span { border-color: rgb(188,218,119); }
td.TdClassName
{
border-color: #BCDA77;
}
.TagClassName
{
border-color: #BCDA77;
}
</style>