Shades of Caper #BCD478
Tints of Caper #BCD478
RGB
CMYK
RGB Variations
Color information
#BCD478 (or 0xBCD478) is known color: Caper. HEX triplet: BC, D4 and 78. RGB value is (188,212,120). Sum of RGB (Red+Green+Blue) = 188+212+120=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD478 is #432B87. Grayscale: #C2C2C2. Windows color (decimal): -4402056 or 7918780. OLE color: 7918780.
HSL color Cylindrical-coordinate representation of color #BCD478: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD478 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 120 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.17 |
| HSL | 75.65º | 0.52% | 0.65% | - |
| HSV(B) | 75.65º | 0.43% | 0.83% | - |
| XYZ | 47.67 | 59.13 | 26.67 | - |
| YUV | 194.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 120 | 0.11 | 0 | 0.43 | 0.17 | 75.65 | 0.52 | 0.65 |
| Hex | BC | D4 | 78 | B | 0 | 2B | 11 | 4C | 34 | 41 |
| Octal | 274 | 324 | 170 | 13 | 0 | 53 | 21 | 114 | 64 | 101 |
| Binary | 10111100 | 11010100 | 1111000 | 1011 | 0 | 101011 | 10001 | 1001100 | 110100 | 1000001 |
Color Harmonies of #BCD478
Complementary color
Monochromatic Colors of #BCD478
Black with #BCD478
Text Example
Text Example
White with #BCD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD478; }
p { color: rgb(188,212,120); }
H1.HeaderClassName
{
color: #BCD478;
}
.AnyTagClassName
{
color: #BCD478;
}
</style>
background-color css
<style>
a { background-color: #BCD478; }
a { background-color: rgb(188,212,120); }
div.DivClassName
{
background-color: #BCD478;
}
.BgClassName
{
background-color: #BCD478;
}
</style>
border-color css
<style>
span { border-color: #BCD478; }
span { border-color: rgb(188,212,120); }
td.TdClassName
{
border-color: #BCD478;
}
.TagClassName
{
border-color: #BCD478;
}
</style>