Shades of Caper #BDD37C
Tints of Caper #BDD37C
RGB
CMYK
RGB Variations
Color information
#BDD37C (or 0xBDD37C) is known color: Caper. HEX triplet: BD, D3 and 7C. RGB value is (189,211,124). Sum of RGB (Red+Green+Blue) = 189+211+124=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD37C is #422C83. Grayscale: #C2C2C2. Windows color (decimal): -4336772 or 8180669. OLE color: 8180669.
HSL color Cylindrical-coordinate representation of color #BDD37C: hue angle of 75.17º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD37C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 124 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.17 |
| HSL | 75.17º | 0.5% | 0.66% | - |
| HSV(B) | 75.17º | 0.41% | 0.83% | - |
| XYZ | 47.92 | 58.86 | 27.9 | - |
| YUV | 194.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 124 | 0.10 | 0 | 0.41 | 0.17 | 75.17 | 0.5 | 0.66 |
| Hex | BD | D3 | 7C | A | 0 | 29 | 11 | 4B | 32 | 42 |
| Octal | 275 | 323 | 174 | 12 | 0 | 51 | 21 | 113 | 62 | 102 |
| Binary | 10111101 | 11010011 | 1111100 | 1010 | 0 | 101001 | 10001 | 1001011 | 110010 | 1000010 |
Color Harmonies of #BDD37C
Complementary color
Monochromatic Colors of #BDD37C
Black with #BDD37C
Text Example
Text Example
White with #BDD37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD37C; }
p { color: rgb(189,211,124); }
H1.HeaderClassName
{
color: #BDD37C;
}
.AnyTagClassName
{
color: #BDD37C;
}
</style>
background-color css
<style>
a { background-color: #BDD37C; }
a { background-color: rgb(189,211,124); }
div.DivClassName
{
background-color: #BDD37C;
}
.BgClassName
{
background-color: #BDD37C;
}
</style>
border-color css
<style>
span { border-color: #BDD37C; }
span { border-color: rgb(189,211,124); }
td.TdClassName
{
border-color: #BDD37C;
}
.TagClassName
{
border-color: #BDD37C;
}
</style>