Shades of Caper #B6C679
Tints of Caper #B6C679
RGB
CMYK
RGB Variations
Color information
#B6C679 (or 0xB6C679) is known color: Caper. HEX triplet: B6, C6 and 79. RGB value is (182,198,121). Sum of RGB (Red+Green+Blue) = 182+198+121=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C679 is #493986. Grayscale: #B8B8B8. Windows color (decimal): -4798855 or 7980726. OLE color: 7980726.
HSL color Cylindrical-coordinate representation of color #B6C679: hue angle of 72.47º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6C679 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 121 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.22 |
| HSL | 72.47º | 0.4% | 0.63% | - |
| HSV(B) | 72.47º | 0.39% | 0.78% | - |
| XYZ | 42.94 | 51.71 | 25.81 | - |
| YUV | 184.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 121 | 0.08 | 0 | 0.39 | 0.22 | 72.47 | 0.4 | 0.63 |
| Hex | B6 | C6 | 79 | 8 | 0 | 27 | 16 | 48 | 28 | 3F |
| Octal | 266 | 306 | 171 | 10 | 0 | 47 | 26 | 110 | 50 | 77 |
| Binary | 10110110 | 11000110 | 1111001 | 1000 | 0 | 100111 | 10110 | 1001000 | 101000 | 111111 |
Color Harmonies of #B6C679
Complementary color
Monochromatic Colors of #B6C679
Black with #B6C679
Text Example
Text Example
White with #B6C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C679; }
p { color: rgb(182,198,121); }
H1.HeaderClassName
{
color: #B6C679;
}
.AnyTagClassName
{
color: #B6C679;
}
</style>
background-color css
<style>
a { background-color: #B6C679; }
a { background-color: rgb(182,198,121); }
div.DivClassName
{
background-color: #B6C679;
}
.BgClassName
{
background-color: #B6C679;
}
</style>
border-color css
<style>
span { border-color: #B6C679; }
span { border-color: rgb(182,198,121); }
td.TdClassName
{
border-color: #B6C679;
}
.TagClassName
{
border-color: #B6C679;
}
</style>