Shades of Sulu #BCD87B
Tints of Sulu #BCD87B
RGB
CMYK
RGB Variations
Color information
#BCD87B (or 0xBCD87B) is known color: Sulu. HEX triplet: BC, D8 and 7B. RGB value is (188,216,123). Sum of RGB (Red+Green+Blue) = 188+216+123=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD87B is #432784. Grayscale: #C5C5C5. Windows color (decimal): -4401029 or 8116412. OLE color: 8116412.
HSL color Cylindrical-coordinate representation of color #BCD87B: hue angle of 78.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD87B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 123 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.15 |
| HSL | 78.06º | 0.54% | 0.66% | - |
| HSV(B) | 78.06º | 0.43% | 0.85% | - |
| XYZ | 48.87 | 61.23 | 27.98 | - |
| YUV | 197.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 123 | 0.13 | 0 | 0.43 | 0.15 | 78.06 | 0.54 | 0.66 |
| Hex | BC | D8 | 7B | D | 0 | 2B | F | 4E | 36 | 42 |
| Octal | 274 | 330 | 173 | 15 | 0 | 53 | 17 | 116 | 66 | 102 |
| Binary | 10111100 | 11011000 | 1111011 | 1101 | 0 | 101011 | 1111 | 1001110 | 110110 | 1000010 |
Color Harmonies of #BCD87B
Complementary color
Monochromatic Colors of #BCD87B
Black with #BCD87B
Text Example
Text Example
White with #BCD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD87B; }
p { color: rgb(188,216,123); }
H1.HeaderClassName
{
color: #BCD87B;
}
.AnyTagClassName
{
color: #BCD87B;
}
</style>
background-color css
<style>
a { background-color: #BCD87B; }
a { background-color: rgb(188,216,123); }
div.DivClassName
{
background-color: #BCD87B;
}
.BgClassName
{
background-color: #BCD87B;
}
</style>
border-color css
<style>
span { border-color: #BCD87B; }
span { border-color: rgb(188,216,123); }
td.TdClassName
{
border-color: #BCD87B;
}
.TagClassName
{
border-color: #BCD87B;
}
</style>