Shades of Caper #B6C18A
Tints of Caper #B6C18A
RGB
CMYK
RGB Variations
Color information
#B6C18A (or 0xB6C18A) is known color: Caper. HEX triplet: B6, C1 and 8A. RGB value is (182,193,138). Sum of RGB (Red+Green+Blue) = 182+193+138=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C18A is #493E75. Grayscale: #B7B7B7. Windows color (decimal): -4800118 or 9093558. OLE color: 9093558.
HSL color Cylindrical-coordinate representation of color #B6C18A: hue angle of 72º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6C18A is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 138 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.24 |
| HSL | 72º | 0.31% | 0.65% | - |
| HSV(B) | 72º | 0.28% | 0.76% | - |
| XYZ | 42.95 | 49.92 | 31.42 | - |
| YUV | 183.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 138 | 0.06 | 0 | 0.28 | 0.24 | 72 | 0.31 | 0.65 |
| Hex | B6 | C1 | 8A | 6 | 0 | 1C | 18 | 48 | 1F | 41 |
| Octal | 266 | 301 | 212 | 6 | 0 | 34 | 30 | 110 | 37 | 101 |
| Binary | 10110110 | 11000001 | 10001010 | 110 | 0 | 11100 | 11000 | 1001000 | 11111 | 1000001 |
Color Harmonies of #B6C18A
Complementary color
Monochromatic Colors of #B6C18A
Black with #B6C18A
Text Example
Text Example
White with #B6C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C18A; }
p { color: rgb(182,193,138); }
H1.HeaderClassName
{
color: #B6C18A;
}
.AnyTagClassName
{
color: #B6C18A;
}
</style>
background-color css
<style>
a { background-color: #B6C18A; }
a { background-color: rgb(182,193,138); }
div.DivClassName
{
background-color: #B6C18A;
}
.BgClassName
{
background-color: #B6C18A;
}
</style>
border-color css
<style>
span { border-color: #B6C18A; }
span { border-color: rgb(182,193,138); }
td.TdClassName
{
border-color: #B6C18A;
}
.TagClassName
{
border-color: #B6C18A;
}
</style>