Shades of Caper #B1BC76
Tints of Caper #B1BC76
RGB
CMYK
RGB Variations
Color information
#B1BC76 (or 0xB1BC76) is known color: Caper. HEX triplet: B1, BC and 76. RGB value is (177,188,118). Sum of RGB (Red+Green+Blue) = 177+188+118=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC76 is #4E4389. Grayscale: #B0B0B0. Windows color (decimal): -5129098 or 7781553. OLE color: 7781553.
HSL color Cylindrical-coordinate representation of color #B1BC76: hue angle of 69.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1BC76 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 118 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.26 |
| HSL | 69.43º | 0.34% | 0.6% | - |
| HSV(B) | 69.43º | 0.37% | 0.74% | - |
| XYZ | 39.38 | 46.62 | 24.06 | - |
| YUV | 176.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 118 | 0.06 | 0 | 0.37 | 0.26 | 69.43 | 0.34 | 0.6 |
| Hex | B1 | BC | 76 | 6 | 0 | 25 | 1A | 45 | 22 | 3C |
| Octal | 261 | 274 | 166 | 6 | 0 | 45 | 32 | 105 | 42 | 74 |
| Binary | 10110001 | 10111100 | 1110110 | 110 | 0 | 100101 | 11010 | 1000101 | 100010 | 111100 |
Color Harmonies of #B1BC76
Complementary color
Monochromatic Colors of #B1BC76
Black with #B1BC76
Text Example
Text Example
White with #B1BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC76; }
p { color: rgb(177,188,118); }
H1.HeaderClassName
{
color: #B1BC76;
}
.AnyTagClassName
{
color: #B1BC76;
}
</style>
background-color css
<style>
a { background-color: #B1BC76; }
a { background-color: rgb(177,188,118); }
div.DivClassName
{
background-color: #B1BC76;
}
.BgClassName
{
background-color: #B1BC76;
}
</style>
border-color css
<style>
span { border-color: #B1BC76; }
span { border-color: rgb(177,188,118); }
td.TdClassName
{
border-color: #B1BC76;
}
.TagClassName
{
border-color: #B1BC76;
}
</style>