Shades of Caper #B6C488
Tints of Caper #B6C488
RGB
CMYK
RGB Variations
Color information
#B6C488 (or 0xB6C488) is known color: Caper. HEX triplet: B6, C4 and 88. RGB value is (182,196,136). Sum of RGB (Red+Green+Blue) = 182+196+136=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C488 is #493B77. Grayscale: #B9B9B9. Windows color (decimal): -4799352 or 8963254. OLE color: 8963254.
HSL color Cylindrical-coordinate representation of color #B6C488: hue angle of 74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6C488 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 196 | 136 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.23 |
| HSL | 74º | 0.34% | 0.65% | - |
| HSV(B) | 74º | 0.31% | 0.77% | - |
| XYZ | 43.48 | 51.2 | 30.88 | - |
| YUV | 184.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 136 | 0.07 | 0 | 0.31 | 0.23 | 74 | 0.34 | 0.65 |
| Hex | B6 | C4 | 88 | 7 | 0 | 1F | 17 | 4A | 22 | 41 |
| Octal | 266 | 304 | 210 | 7 | 0 | 37 | 27 | 112 | 42 | 101 |
| Binary | 10110110 | 11000100 | 10001000 | 111 | 0 | 11111 | 10111 | 1001010 | 100010 | 1000001 |
Color Harmonies of #B6C488
Complementary color
Monochromatic Colors of #B6C488
Black with #B6C488
Text Example
Text Example
White with #B6C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C488; }
p { color: rgb(182,196,136); }
H1.HeaderClassName
{
color: #B6C488;
}
.AnyTagClassName
{
color: #B6C488;
}
</style>
background-color css
<style>
a { background-color: #B6C488; }
a { background-color: rgb(182,196,136); }
div.DivClassName
{
background-color: #B6C488;
}
.BgClassName
{
background-color: #B6C488;
}
</style>
border-color css
<style>
span { border-color: #B6C488; }
span { border-color: rgb(182,196,136); }
td.TdClassName
{
border-color: #B6C488;
}
.TagClassName
{
border-color: #B6C488;
}
</style>