Shades of Caper #B2BE77
Tints of Caper #B2BE77
RGB
CMYK
RGB Variations
Color information
#B2BE77 (or 0xB2BE77) is known color: Caper. HEX triplet: B2, BE and 77. RGB value is (178,190,119). Sum of RGB (Red+Green+Blue) = 178+190+119=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE77 is #4D4188. Grayscale: #B2B2B2. Windows color (decimal): -5063049 or 7847602. OLE color: 7847602.
HSL color Cylindrical-coordinate representation of color #B2BE77: hue angle of 70.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2BE77 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 119 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.25 |
| HSL | 70.14º | 0.35% | 0.61% | - |
| HSV(B) | 70.14º | 0.37% | 0.75% | - |
| XYZ | 40.1 | 47.62 | 24.53 | - |
| YUV | 178.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 119 | 0.06 | 0 | 0.37 | 0.25 | 70.14 | 0.35 | 0.61 |
| Hex | B2 | BE | 77 | 6 | 0 | 25 | 19 | 46 | 23 | 3D |
| Octal | 262 | 276 | 167 | 6 | 0 | 45 | 31 | 106 | 43 | 75 |
| Binary | 10110010 | 10111110 | 1110111 | 110 | 0 | 100101 | 11001 | 1000110 | 100011 | 111101 |
Color Harmonies of #B2BE77
Complementary color
Monochromatic Colors of #B2BE77
Black with #B2BE77
Text Example
Text Example
White with #B2BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE77; }
p { color: rgb(178,190,119); }
H1.HeaderClassName
{
color: #B2BE77;
}
.AnyTagClassName
{
color: #B2BE77;
}
</style>
background-color css
<style>
a { background-color: #B2BE77; }
a { background-color: rgb(178,190,119); }
div.DivClassName
{
background-color: #B2BE77;
}
.BgClassName
{
background-color: #B2BE77;
}
</style>
border-color css
<style>
span { border-color: #B2BE77; }
span { border-color: rgb(178,190,119); }
td.TdClassName
{
border-color: #B2BE77;
}
.TagClassName
{
border-color: #B2BE77;
}
</style>