Shades of Caper #B6C57D
Tints of Caper #B6C57D
RGB
CMYK
RGB Variations
Color information
#B6C57D (or 0xB6C57D) is known color: Caper. HEX triplet: B6, C5 and 7D. RGB value is (182,197,125). Sum of RGB (Red+Green+Blue) = 182+197+125=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C57D is #493A82. Grayscale: #B8B8B8. Windows color (decimal): -4799107 or 8242614. OLE color: 8242614.
HSL color Cylindrical-coordinate representation of color #B6C57D: hue angle of 72.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6C57D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 125 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.23 |
| HSL | 72.5º | 0.38% | 0.63% | - |
| HSV(B) | 72.5º | 0.37% | 0.77% | - |
| XYZ | 42.96 | 51.36 | 27.05 | - |
| YUV | 184.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 125 | 0.08 | 0 | 0.37 | 0.23 | 72.5 | 0.38 | 0.63 |
| Hex | B6 | C5 | 7D | 8 | 0 | 25 | 17 | 48 | 26 | 3F |
| Octal | 266 | 305 | 175 | 10 | 0 | 45 | 27 | 110 | 46 | 77 |
| Binary | 10110110 | 11000101 | 1111101 | 1000 | 0 | 100101 | 10111 | 1001000 | 100110 | 111111 |
Color Harmonies of #B6C57D
Complementary color
Monochromatic Colors of #B6C57D
Black with #B6C57D
Text Example
Text Example
White with #B6C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C57D; }
p { color: rgb(182,197,125); }
H1.HeaderClassName
{
color: #B6C57D;
}
.AnyTagClassName
{
color: #B6C57D;
}
</style>
background-color css
<style>
a { background-color: #B6C57D; }
a { background-color: rgb(182,197,125); }
div.DivClassName
{
background-color: #B6C57D;
}
.BgClassName
{
background-color: #B6C57D;
}
</style>
border-color css
<style>
span { border-color: #B6C57D; }
span { border-color: rgb(182,197,125); }
td.TdClassName
{
border-color: #B6C57D;
}
.TagClassName
{
border-color: #B6C57D;
}
</style>