Shades of Sulu #BCDA7B
Tints of Sulu #BCDA7B
RGB
CMYK
RGB Variations
Color information
#BCDA7B (or 0xBCDA7B) is known color: Sulu. HEX triplet: BC, DA and 7B. RGB value is (188,218,123). Sum of RGB (Red+Green+Blue) = 188+218+123=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7B is #432584. Grayscale: #C6C6C6. Windows color (decimal): -4400517 or 8116924. OLE color: 8116924.
HSL color Cylindrical-coordinate representation of color #BCDA7B: hue angle of 78.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDA7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 123 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.15 |
| HSL | 78.95º | 0.56% | 0.67% | - |
| HSV(B) | 78.95º | 0.44% | 0.85% | - |
| XYZ | 49.39 | 62.26 | 28.15 | - |
| YUV | 198.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 123 | 0.14 | 0 | 0.44 | 0.15 | 78.95 | 0.56 | 0.67 |
| Hex | BC | DA | 7B | E | 0 | 2C | F | 4F | 38 | 43 |
| Octal | 274 | 332 | 173 | 16 | 0 | 54 | 17 | 117 | 70 | 103 |
| Binary | 10111100 | 11011010 | 1111011 | 1110 | 0 | 101100 | 1111 | 1001111 | 111000 | 1000011 |
Color Harmonies of #BCDA7B
Complementary color
Monochromatic Colors of #BCDA7B
Black with #BCDA7B
Text Example
Text Example
White with #BCDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA7B; }
p { color: rgb(188,218,123); }
H1.HeaderClassName
{
color: #BCDA7B;
}
.AnyTagClassName
{
color: #BCDA7B;
}
</style>
background-color css
<style>
a { background-color: #BCDA7B; }
a { background-color: rgb(188,218,123); }
div.DivClassName
{
background-color: #BCDA7B;
}
.BgClassName
{
background-color: #BCDA7B;
}
</style>
border-color css
<style>
span { border-color: #BCDA7B; }
span { border-color: rgb(188,218,123); }
td.TdClassName
{
border-color: #BCDA7B;
}
.TagClassName
{
border-color: #BCDA7B;
}
</style>