Shades of Caper #B6C18C
Tints of Caper #B6C18C
RGB
CMYK
RGB Variations
Color information
#B6C18C (or 0xB6C18C) is known color: Caper. HEX triplet: B6, C1 and 8C. RGB value is (182,193,140). Sum of RGB (Red+Green+Blue) = 182+193+140=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C18C is #493E73. Grayscale: #B7B7B7. Windows color (decimal): -4800116 or 9224630. OLE color: 9224630.
HSL color Cylindrical-coordinate representation of color #B6C18C: hue angle of 72.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6C18C is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 140 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.24 |
| HSL | 72.45º | 0.3% | 0.65% | - |
| HSV(B) | 72.45º | 0.27% | 0.76% | - |
| XYZ | 43.1 | 49.98 | 32.19 | - |
| YUV | 183.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 140 | 0.06 | 0 | 0.27 | 0.24 | 72.45 | 0.3 | 0.65 |
| Hex | B6 | C1 | 8C | 6 | 0 | 1B | 18 | 48 | 1E | 41 |
| Octal | 266 | 301 | 214 | 6 | 0 | 33 | 30 | 110 | 36 | 101 |
| Binary | 10110110 | 11000001 | 10001100 | 110 | 0 | 11011 | 11000 | 1001000 | 11110 | 1000001 |
Color Harmonies of #B6C18C
Complementary color
Monochromatic Colors of #B6C18C
Black with #B6C18C
Text Example
Text Example
White with #B6C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C18C; }
p { color: rgb(182,193,140); }
H1.HeaderClassName
{
color: #B6C18C;
}
.AnyTagClassName
{
color: #B6C18C;
}
</style>
background-color css
<style>
a { background-color: #B6C18C; }
a { background-color: rgb(182,193,140); }
div.DivClassName
{
background-color: #B6C18C;
}
.BgClassName
{
background-color: #B6C18C;
}
</style>
border-color css
<style>
span { border-color: #B6C18C; }
span { border-color: rgb(182,193,140); }
td.TdClassName
{
border-color: #B6C18C;
}
.TagClassName
{
border-color: #B6C18C;
}
</style>