Shades of Sulu #BCDA74
Tints of Sulu #BCDA74
RGB
CMYK
RGB Variations
Color information
#BCDA74 (or 0xBCDA74) is known color: Sulu. HEX triplet: BC, DA and 74. RGB value is (188,218,116). Sum of RGB (Red+Green+Blue) = 188+218+116=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA74 is #43258B. Grayscale: #C5C5C5. Windows color (decimal): -4400524 or 7658172. OLE color: 7658172.
HSL color Cylindrical-coordinate representation of color #BCDA74: hue angle of 77.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDA74 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 116 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.15 |
| HSL | 77.65º | 0.58% | 0.65% | - |
| HSV(B) | 77.65º | 0.47% | 0.85% | - |
| XYZ | 48.96 | 62.1 | 25.93 | - |
| YUV | 197.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 116 | 0.14 | 0 | 0.47 | 0.15 | 77.65 | 0.58 | 0.65 |
| Hex | BC | DA | 74 | E | 0 | 2F | F | 4E | 3A | 41 |
| Octal | 274 | 332 | 164 | 16 | 0 | 57 | 17 | 116 | 72 | 101 |
| Binary | 10111100 | 11011010 | 1110100 | 1110 | 0 | 101111 | 1111 | 1001110 | 111010 | 1000001 |
Color Harmonies of #BCDA74
Complementary color
Monochromatic Colors of #BCDA74
Black with #BCDA74
Text Example
Text Example
White with #BCDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA74; }
p { color: rgb(188,218,116); }
H1.HeaderClassName
{
color: #BCDA74;
}
.AnyTagClassName
{
color: #BCDA74;
}
</style>
background-color css
<style>
a { background-color: #BCDA74; }
a { background-color: rgb(188,218,116); }
div.DivClassName
{
background-color: #BCDA74;
}
.BgClassName
{
background-color: #BCDA74;
}
</style>
border-color css
<style>
span { border-color: #BCDA74; }
span { border-color: rgb(188,218,116); }
td.TdClassName
{
border-color: #BCDA74;
}
.TagClassName
{
border-color: #BCDA74;
}
</style>