Shades of Sulu #BCDA7C
Tints of Sulu #BCDA7C
RGB
CMYK
RGB Variations
Color information
#BCDA7C (or 0xBCDA7C) is known color: Sulu. HEX triplet: BC, DA and 7C. RGB value is (188,218,124). Sum of RGB (Red+Green+Blue) = 188+218+124=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7C is #432583. Grayscale: #C6C6C6. Windows color (decimal): -4400516 or 8182460. OLE color: 8182460.
HSL color Cylindrical-coordinate representation of color #BCDA7C: hue angle of 79.15º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCDA7C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 124 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.15 |
| HSL | 79.15º | 0.56% | 0.67% | - |
| HSV(B) | 79.15º | 0.43% | 0.85% | - |
| XYZ | 49.45 | 62.29 | 28.49 | - |
| YUV | 198.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 124 | 0.14 | 0 | 0.43 | 0.15 | 79.15 | 0.56 | 0.67 |
| Hex | BC | DA | 7C | E | 0 | 2B | F | 4F | 38 | 43 |
| Octal | 274 | 332 | 174 | 16 | 0 | 53 | 17 | 117 | 70 | 103 |
| Binary | 10111100 | 11011010 | 1111100 | 1110 | 0 | 101011 | 1111 | 1001111 | 111000 | 1000011 |
Color Harmonies of #BCDA7C
Complementary color
Monochromatic Colors of #BCDA7C
Black with #BCDA7C
Text Example
Text Example
White with #BCDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA7C; }
p { color: rgb(188,218,124); }
H1.HeaderClassName
{
color: #BCDA7C;
}
.AnyTagClassName
{
color: #BCDA7C;
}
</style>
background-color css
<style>
a { background-color: #BCDA7C; }
a { background-color: rgb(188,218,124); }
div.DivClassName
{
background-color: #BCDA7C;
}
.BgClassName
{
background-color: #BCDA7C;
}
</style>
border-color css
<style>
span { border-color: #BCDA7C; }
span { border-color: rgb(188,218,124); }
td.TdClassName
{
border-color: #BCDA7C;
}
.TagClassName
{
border-color: #BCDA7C;
}
</style>