Shades of Caper #BAD57E
Tints of Caper #BAD57E
RGB
CMYK
RGB Variations
Color information
#BAD57E (or 0xBAD57E) is known color: Caper. HEX triplet: BA, D5 and 7E. RGB value is (186,213,126). Sum of RGB (Red+Green+Blue) = 186+213+126=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD57E is #452A81. Grayscale: #C3C3C3. Windows color (decimal): -4532866 or 8312250. OLE color: 8312250.
HSL color Cylindrical-coordinate representation of color #BAD57E: hue angle of 78.62º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAD57E is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 126 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.16 |
| HSL | 78.62º | 0.51% | 0.66% | - |
| HSV(B) | 78.62º | 0.41% | 0.84% | - |
| XYZ | 47.81 | 59.53 | 28.71 | - |
| YUV | 195.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 126 | 0.13 | 0 | 0.41 | 0.16 | 78.62 | 0.51 | 0.66 |
| Hex | BA | D5 | 7E | D | 0 | 29 | 10 | 4F | 33 | 42 |
| Octal | 272 | 325 | 176 | 15 | 0 | 51 | 20 | 117 | 63 | 102 |
| Binary | 10111010 | 11010101 | 1111110 | 1101 | 0 | 101001 | 10000 | 1001111 | 110011 | 1000010 |
Color Harmonies of #BAD57E
Complementary color
Monochromatic Colors of #BAD57E
Black with #BAD57E
Text Example
Text Example
White with #BAD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD57E; }
p { color: rgb(186,213,126); }
H1.HeaderClassName
{
color: #BAD57E;
}
.AnyTagClassName
{
color: #BAD57E;
}
</style>
background-color css
<style>
a { background-color: #BAD57E; }
a { background-color: rgb(186,213,126); }
div.DivClassName
{
background-color: #BAD57E;
}
.BgClassName
{
background-color: #BAD57E;
}
</style>
border-color css
<style>
span { border-color: #BAD57E; }
span { border-color: rgb(186,213,126); }
td.TdClassName
{
border-color: #BAD57E;
}
.TagClassName
{
border-color: #BAD57E;
}
</style>