Shades of Caper #B1CB70
Tints of Caper #B1CB70
RGB
CMYK
RGB Variations
Color information
#B1CB70 (or 0xB1CB70) is known color: Caper. HEX triplet: B1, CB and 70. RGB value is (177,203,112). Sum of RGB (Red+Green+Blue) = 177+203+112=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB70 is #4E348F. Grayscale: #B9B9B9. Windows color (decimal): -5125264 or 7392177. OLE color: 7392177.
HSL color Cylindrical-coordinate representation of color #B1CB70: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1CB70 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 112 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.20 |
| HSL | 77.14º | 0.47% | 0.62% | - |
| HSV(B) | 77.14º | 0.45% | 0.8% | - |
| XYZ | 42.41 | 53.23 | 23.37 | - |
| YUV | 184.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 112 | 0.13 | 0 | 0.45 | 0.20 | 77.14 | 0.47 | 0.62 |
| Hex | B1 | CB | 70 | D | 0 | 2D | 14 | 4D | 2F | 3E |
| Octal | 261 | 313 | 160 | 15 | 0 | 55 | 24 | 115 | 57 | 76 |
| Binary | 10110001 | 11001011 | 1110000 | 1101 | 0 | 101101 | 10100 | 1001101 | 101111 | 111110 |
Color Harmonies of #B1CB70
Complementary color
Monochromatic Colors of #B1CB70
Black with #B1CB70
Text Example
Text Example
White with #B1CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB70; }
p { color: rgb(177,203,112); }
H1.HeaderClassName
{
color: #B1CB70;
}
.AnyTagClassName
{
color: #B1CB70;
}
</style>
background-color css
<style>
a { background-color: #B1CB70; }
a { background-color: rgb(177,203,112); }
div.DivClassName
{
background-color: #B1CB70;
}
.BgClassName
{
background-color: #B1CB70;
}
</style>
border-color css
<style>
span { border-color: #B1CB70; }
span { border-color: rgb(177,203,112); }
td.TdClassName
{
border-color: #B1CB70;
}
.TagClassName
{
border-color: #B1CB70;
}
</style>