Shades of Caper #B6C281
Tints of Caper #B6C281
RGB
CMYK
RGB Variations
Color information
#B6C281 (or 0xB6C281) is known color: Caper. HEX triplet: B6, C2 and 81. RGB value is (182,194,129). Sum of RGB (Red+Green+Blue) = 182+194+129=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C281 is #493D7E. Grayscale: #B7B7B7. Windows color (decimal): -4799871 or 8503990. OLE color: 8503990.
HSL color Cylindrical-coordinate representation of color #B6C281: hue angle of 71.08º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6C281 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 129 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.24 |
| HSL | 71.08º | 0.35% | 0.63% | - |
| HSV(B) | 71.08º | 0.34% | 0.76% | - |
| XYZ | 42.55 | 50.11 | 28.2 | - |
| YUV | 183 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 129 | 0.06 | 0 | 0.34 | 0.24 | 71.08 | 0.35 | 0.63 |
| Hex | B6 | C2 | 81 | 6 | 0 | 22 | 18 | 47 | 23 | 3F |
| Octal | 266 | 302 | 201 | 6 | 0 | 42 | 30 | 107 | 43 | 77 |
| Binary | 10110110 | 11000010 | 10000001 | 110 | 0 | 100010 | 11000 | 1000111 | 100011 | 111111 |
Color Harmonies of #B6C281
Complementary color
Monochromatic Colors of #B6C281
Black with #B6C281
Text Example
Text Example
White with #B6C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C281; }
p { color: rgb(182,194,129); }
H1.HeaderClassName
{
color: #B6C281;
}
.AnyTagClassName
{
color: #B6C281;
}
</style>
background-color css
<style>
a { background-color: #B6C281; }
a { background-color: rgb(182,194,129); }
div.DivClassName
{
background-color: #B6C281;
}
.BgClassName
{
background-color: #B6C281;
}
</style>
border-color css
<style>
span { border-color: #B6C281; }
span { border-color: rgb(182,194,129); }
td.TdClassName
{
border-color: #B6C281;
}
.TagClassName
{
border-color: #B6C281;
}
</style>