Shades of Caper #BDD18A
Tints of Caper #BDD18A
RGB
CMYK
RGB Variations
Color information
#BDD18A (or 0xBDD18A) is known color: Caper. HEX triplet: BD, D1 and 8A. RGB value is (189,209,138). Sum of RGB (Red+Green+Blue) = 189+209+138=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD18A is #422E75. Grayscale: #C3C3C3. Windows color (decimal): -4337270 or 9097661. OLE color: 9097661.
HSL color Cylindrical-coordinate representation of color #BDD18A: hue angle of 76.9º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD18A is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 138 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.18 |
| HSL | 76.9º | 0.44% | 0.68% | - |
| HSV(B) | 76.9º | 0.34% | 0.82% | - |
| XYZ | 48.37 | 58.25 | 32.74 | - |
| YUV | 194.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 138 | 0.10 | 0 | 0.34 | 0.18 | 76.9 | 0.44 | 0.68 |
| Hex | BD | D1 | 8A | A | 0 | 22 | 12 | 4D | 2C | 44 |
| Octal | 275 | 321 | 212 | 12 | 0 | 42 | 22 | 115 | 54 | 104 |
| Binary | 10111101 | 11010001 | 10001010 | 1010 | 0 | 100010 | 10010 | 1001101 | 101100 | 1000100 |
Color Harmonies of #BDD18A
Complementary color
Monochromatic Colors of #BDD18A
Black with #BDD18A
Text Example
Text Example
White with #BDD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD18A; }
p { color: rgb(189,209,138); }
H1.HeaderClassName
{
color: #BDD18A;
}
.AnyTagClassName
{
color: #BDD18A;
}
</style>
background-color css
<style>
a { background-color: #BDD18A; }
a { background-color: rgb(189,209,138); }
div.DivClassName
{
background-color: #BDD18A;
}
.BgClassName
{
background-color: #BDD18A;
}
</style>
border-color css
<style>
span { border-color: #BDD18A; }
span { border-color: rgb(189,209,138); }
td.TdClassName
{
border-color: #BDD18A;
}
.TagClassName
{
border-color: #BDD18A;
}
</style>