Shades of Caper #B6C87E
Tints of Caper #B6C87E
RGB
CMYK
RGB Variations
Color information
#B6C87E (or 0xB6C87E) is known color: Caper. HEX triplet: B6, C8 and 7E. RGB value is (182,200,126). Sum of RGB (Red+Green+Blue) = 182+200+126=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C87E is #493781. Grayscale: #BABABA. Windows color (decimal): -4798338 or 8308918. OLE color: 8308918.
HSL color Cylindrical-coordinate representation of color #B6C87E: hue angle of 74.59º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6C87E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 200 | 126 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.22 |
| HSL | 74.59º | 0.4% | 0.64% | - |
| HSV(B) | 74.59º | 0.37% | 0.78% | - |
| XYZ | 43.71 | 52.76 | 27.62 | - |
| YUV | 186.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 126 | 0.09 | 0 | 0.37 | 0.22 | 74.59 | 0.4 | 0.64 |
| Hex | B6 | C8 | 7E | 9 | 0 | 25 | 16 | 4B | 28 | 40 |
| Octal | 266 | 310 | 176 | 11 | 0 | 45 | 26 | 113 | 50 | 100 |
| Binary | 10110110 | 11001000 | 1111110 | 1001 | 0 | 100101 | 10110 | 1001011 | 101000 | 1000000 |
Color Harmonies of #B6C87E
Complementary color
Monochromatic Colors of #B6C87E
Black with #B6C87E
Text Example
Text Example
White with #B6C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C87E; }
p { color: rgb(182,200,126); }
H1.HeaderClassName
{
color: #B6C87E;
}
.AnyTagClassName
{
color: #B6C87E;
}
</style>
background-color css
<style>
a { background-color: #B6C87E; }
a { background-color: rgb(182,200,126); }
div.DivClassName
{
background-color: #B6C87E;
}
.BgClassName
{
background-color: #B6C87E;
}
</style>
border-color css
<style>
span { border-color: #B6C87E; }
span { border-color: rgb(182,200,126); }
td.TdClassName
{
border-color: #B6C87E;
}
.TagClassName
{
border-color: #B6C87E;
}
</style>