Shades of Caper #BDD27A
Tints of Caper #BDD27A
RGB
CMYK
RGB Variations
Color information
#BDD27A (or 0xBDD27A) is known color: Caper. HEX triplet: BD, D2 and 7A. RGB value is (189,210,122). Sum of RGB (Red+Green+Blue) = 189+210+122=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD27A is #422D85. Grayscale: #C2C2C2. Windows color (decimal): -4337030 or 8049341. OLE color: 8049341.
HSL color Cylindrical-coordinate representation of color #BDD27A: hue angle of 74.32º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDD27A is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 122 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.18 |
| HSL | 74.32º | 0.49% | 0.65% | - |
| HSV(B) | 74.32º | 0.42% | 0.82% | - |
| XYZ | 47.55 | 58.32 | 27.16 | - |
| YUV | 193.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 122 | 0.10 | 0 | 0.42 | 0.18 | 74.32 | 0.49 | 0.65 |
| Hex | BD | D2 | 7A | A | 0 | 2A | 12 | 4A | 31 | 41 |
| Octal | 275 | 322 | 172 | 12 | 0 | 52 | 22 | 112 | 61 | 101 |
| Binary | 10111101 | 11010010 | 1111010 | 1010 | 0 | 101010 | 10010 | 1001010 | 110001 | 1000001 |
Color Harmonies of #BDD27A
Complementary color
Monochromatic Colors of #BDD27A
Black with #BDD27A
Text Example
Text Example
White with #BDD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD27A; }
p { color: rgb(189,210,122); }
H1.HeaderClassName
{
color: #BDD27A;
}
.AnyTagClassName
{
color: #BDD27A;
}
</style>
background-color css
<style>
a { background-color: #BDD27A; }
a { background-color: rgb(189,210,122); }
div.DivClassName
{
background-color: #BDD27A;
}
.BgClassName
{
background-color: #BDD27A;
}
</style>
border-color css
<style>
span { border-color: #BDD27A; }
span { border-color: rgb(189,210,122); }
td.TdClassName
{
border-color: #BDD27A;
}
.TagClassName
{
border-color: #BDD27A;
}
</style>