Shades of Sulu #BCD87A
Tints of Sulu #BCD87A
RGB
CMYK
RGB Variations
Color information
#BCD87A (or 0xBCD87A) is known color: Sulu. HEX triplet: BC, D8 and 7A. RGB value is (188,216,122). Sum of RGB (Red+Green+Blue) = 188+216+122=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD87A is #432785. Grayscale: #C5C5C5. Windows color (decimal): -4401030 or 8050876. OLE color: 8050876.
HSL color Cylindrical-coordinate representation of color #BCD87A: hue angle of 77.87º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD87A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 122 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.15 |
| HSL | 77.87º | 0.55% | 0.66% | - |
| HSV(B) | 77.87º | 0.44% | 0.85% | - |
| XYZ | 48.81 | 61.21 | 27.65 | - |
| YUV | 196.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 122 | 0.13 | 0 | 0.44 | 0.15 | 77.87 | 0.55 | 0.66 |
| Hex | BC | D8 | 7A | D | 0 | 2C | F | 4E | 37 | 42 |
| Octal | 274 | 330 | 172 | 15 | 0 | 54 | 17 | 116 | 67 | 102 |
| Binary | 10111100 | 11011000 | 1111010 | 1101 | 0 | 101100 | 1111 | 1001110 | 110111 | 1000010 |
Color Harmonies of #BCD87A
Complementary color
Monochromatic Colors of #BCD87A
Black with #BCD87A
Text Example
Text Example
White with #BCD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD87A; }
p { color: rgb(188,216,122); }
H1.HeaderClassName
{
color: #BCD87A;
}
.AnyTagClassName
{
color: #BCD87A;
}
</style>
background-color css
<style>
a { background-color: #BCD87A; }
a { background-color: rgb(188,216,122); }
div.DivClassName
{
background-color: #BCD87A;
}
.BgClassName
{
background-color: #BCD87A;
}
</style>
border-color css
<style>
span { border-color: #BCD87A; }
span { border-color: rgb(188,216,122); }
td.TdClassName
{
border-color: #BCD87A;
}
.TagClassName
{
border-color: #BCD87A;
}
</style>