Shades of Caper #B6D57D
Tints of Caper #B6D57D
RGB
CMYK
RGB Variations
Color information
#B6D57D (or 0xB6D57D) is known color: Caper. HEX triplet: B6, D5 and 7D. RGB value is (182,213,125). Sum of RGB (Red+Green+Blue) = 182+213+125=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D57D is #492A82. Grayscale: #C2C2C2. Windows color (decimal): -4795011 or 8246710. OLE color: 8246710.
HSL color Cylindrical-coordinate representation of color #B6D57D: hue angle of 81.14º 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 #B6D57D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 125 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.16 |
| HSL | 81.14º | 0.51% | 0.66% | - |
| HSV(B) | 81.14º | 0.41% | 0.84% | - |
| XYZ | 46.79 | 59.01 | 28.33 | - |
| YUV | 193.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 125 | 0.15 | 0 | 0.41 | 0.16 | 81.14 | 0.51 | 0.66 |
| Hex | B6 | D5 | 7D | F | 0 | 29 | 10 | 51 | 33 | 42 |
| Octal | 266 | 325 | 175 | 17 | 0 | 51 | 20 | 121 | 63 | 102 |
| Binary | 10110110 | 11010101 | 1111101 | 1111 | 0 | 101001 | 10000 | 1010001 | 110011 | 1000010 |
Color Harmonies of #B6D57D
Complementary color
Monochromatic Colors of #B6D57D
Black with #B6D57D
Text Example
Text Example
White with #B6D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D57D; }
p { color: rgb(182,213,125); }
H1.HeaderClassName
{
color: #B6D57D;
}
.AnyTagClassName
{
color: #B6D57D;
}
</style>
background-color css
<style>
a { background-color: #B6D57D; }
a { background-color: rgb(182,213,125); }
div.DivClassName
{
background-color: #B6D57D;
}
.BgClassName
{
background-color: #B6D57D;
}
</style>
border-color css
<style>
span { border-color: #B6D57D; }
span { border-color: rgb(182,213,125); }
td.TdClassName
{
border-color: #B6D57D;
}
.TagClassName
{
border-color: #B6D57D;
}
</style>