Shades of Caper #B6C98C
Tints of Caper #B6C98C
RGB
CMYK
RGB Variations
Color information
#B6C98C (or 0xB6C98C) is known color: Caper. HEX triplet: B6, C9 and 8C. RGB value is (182,201,140). Sum of RGB (Red+Green+Blue) = 182+201+140=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C98C is #493673. Grayscale: #BCBCBC. Windows color (decimal): -4798068 or 9226678. OLE color: 9226678.
HSL color Cylindrical-coordinate representation of color #B6C98C: hue angle of 78.69º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6C98C is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 140 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.21 |
| HSL | 78.69º | 0.36% | 0.67% | - |
| HSV(B) | 78.69º | 0.3% | 0.79% | - |
| XYZ | 44.91 | 53.61 | 32.79 | - |
| YUV | 188.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 140 | 0.09 | 0 | 0.30 | 0.21 | 78.69 | 0.36 | 0.67 |
| Hex | B6 | C9 | 8C | 9 | 0 | 1E | 15 | 4F | 24 | 43 |
| Octal | 266 | 311 | 214 | 11 | 0 | 36 | 25 | 117 | 44 | 103 |
| Binary | 10110110 | 11001001 | 10001100 | 1001 | 0 | 11110 | 10101 | 1001111 | 100100 | 1000011 |
Color Harmonies of #B6C98C
Complementary color
Monochromatic Colors of #B6C98C
Black with #B6C98C
Text Example
Text Example
White with #B6C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C98C; }
p { color: rgb(182,201,140); }
H1.HeaderClassName
{
color: #B6C98C;
}
.AnyTagClassName
{
color: #B6C98C;
}
</style>
background-color css
<style>
a { background-color: #B6C98C; }
a { background-color: rgb(182,201,140); }
div.DivClassName
{
background-color: #B6C98C;
}
.BgClassName
{
background-color: #B6C98C;
}
</style>
border-color css
<style>
span { border-color: #B6C98C; }
span { border-color: rgb(182,201,140); }
td.TdClassName
{
border-color: #B6C98C;
}
.TagClassName
{
border-color: #B6C98C;
}
</style>