Shades of Caper #B6C577
Tints of Caper #B6C577
RGB
CMYK
RGB Variations
Color information
#B6C577 (or 0xB6C577) is known color: Caper. HEX triplet: B6, C5 and 77. RGB value is (182,197,119). Sum of RGB (Red+Green+Blue) = 182+197+119=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C577 is #493A88. Grayscale: #B7B7B7. Windows color (decimal): -4799113 or 7849398. OLE color: 7849398.
HSL color Cylindrical-coordinate representation of color #B6C577: hue angle of 71.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6C577 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 119 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.23 |
| HSL | 71.54º | 0.4% | 0.62% | - |
| HSV(B) | 71.54º | 0.4% | 0.77% | - |
| XYZ | 42.59 | 51.21 | 25.09 | - |
| YUV | 183.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 119 | 0.08 | 0 | 0.40 | 0.23 | 71.54 | 0.4 | 0.62 |
| Hex | B6 | C5 | 77 | 8 | 0 | 28 | 17 | 48 | 28 | 3E |
| Octal | 266 | 305 | 167 | 10 | 0 | 50 | 27 | 110 | 50 | 76 |
| Binary | 10110110 | 11000101 | 1110111 | 1000 | 0 | 101000 | 10111 | 1001000 | 101000 | 111110 |
Color Harmonies of #B6C577
Complementary color
Monochromatic Colors of #B6C577
Black with #B6C577
Text Example
Text Example
White with #B6C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C577; }
p { color: rgb(182,197,119); }
H1.HeaderClassName
{
color: #B6C577;
}
.AnyTagClassName
{
color: #B6C577;
}
</style>
background-color css
<style>
a { background-color: #B6C577; }
a { background-color: rgb(182,197,119); }
div.DivClassName
{
background-color: #B6C577;
}
.BgClassName
{
background-color: #B6C577;
}
</style>
border-color css
<style>
span { border-color: #B6C577; }
span { border-color: rgb(182,197,119); }
td.TdClassName
{
border-color: #B6C577;
}
.TagClassName
{
border-color: #B6C577;
}
</style>