Shades of Caper #BAD27B
Tints of Caper #BAD27B
RGB
CMYK
RGB Variations
Color information
#BAD27B (or 0xBAD27B) is known color: Caper. HEX triplet: BA, D2 and 7B. RGB value is (186,210,123). Sum of RGB (Red+Green+Blue) = 186+210+123=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD27B is #452D84. Grayscale: #C1C1C1. Windows color (decimal): -4533637 or 8114874. OLE color: 8114874.
HSL color Cylindrical-coordinate representation of color #BAD27B: hue angle of 76.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAD27B is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 123 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.18 |
| HSL | 76.55º | 0.49% | 0.65% | - |
| HSV(B) | 76.55º | 0.41% | 0.82% | - |
| XYZ | 46.87 | 57.96 | 27.46 | - |
| YUV | 192.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 123 | 0.11 | 0 | 0.41 | 0.18 | 76.55 | 0.49 | 0.65 |
| Hex | BA | D2 | 7B | B | 0 | 29 | 12 | 4D | 31 | 41 |
| Octal | 272 | 322 | 173 | 13 | 0 | 51 | 22 | 115 | 61 | 101 |
| Binary | 10111010 | 11010010 | 1111011 | 1011 | 0 | 101001 | 10010 | 1001101 | 110001 | 1000001 |
Color Harmonies of #BAD27B
Complementary color
Monochromatic Colors of #BAD27B
Black with #BAD27B
Text Example
Text Example
White with #BAD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD27B; }
p { color: rgb(186,210,123); }
H1.HeaderClassName
{
color: #BAD27B;
}
.AnyTagClassName
{
color: #BAD27B;
}
</style>
background-color css
<style>
a { background-color: #BAD27B; }
a { background-color: rgb(186,210,123); }
div.DivClassName
{
background-color: #BAD27B;
}
.BgClassName
{
background-color: #BAD27B;
}
</style>
border-color css
<style>
span { border-color: #BAD27B; }
span { border-color: rgb(186,210,123); }
td.TdClassName
{
border-color: #BAD27B;
}
.TagClassName
{
border-color: #BAD27B;
}
</style>