Shades of Caper #B1C772
Tints of Caper #B1C772
RGB
CMYK
RGB Variations
Color information
#B1C772 (or 0xB1C772) is known color: Caper. HEX triplet: B1, C7 and 72. RGB value is (177,199,114). Sum of RGB (Red+Green+Blue) = 177+199+114=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C772 is #4E388D. Grayscale: #B7B7B7. Windows color (decimal): -5126286 or 7522225. OLE color: 7522225.
HSL color Cylindrical-coordinate representation of color #B1C772: hue angle of 75.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1C772 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 114 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.22 |
| HSL | 75.53º | 0.43% | 0.61% | - |
| HSV(B) | 75.53º | 0.43% | 0.78% | - |
| XYZ | 41.59 | 51.41 | 23.65 | - |
| YUV | 182.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 114 | 0.11 | 0 | 0.43 | 0.22 | 75.53 | 0.43 | 0.61 |
| Hex | B1 | C7 | 72 | B | 0 | 2B | 16 | 4C | 2B | 3D |
| Octal | 261 | 307 | 162 | 13 | 0 | 53 | 26 | 114 | 53 | 75 |
| Binary | 10110001 | 11000111 | 1110010 | 1011 | 0 | 101011 | 10110 | 1001100 | 101011 | 111101 |
Color Harmonies of #B1C772
Complementary color
Monochromatic Colors of #B1C772
Black with #B1C772
Text Example
Text Example
White with #B1C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C772; }
p { color: rgb(177,199,114); }
H1.HeaderClassName
{
color: #B1C772;
}
.AnyTagClassName
{
color: #B1C772;
}
</style>
background-color css
<style>
a { background-color: #B1C772; }
a { background-color: rgb(177,199,114); }
div.DivClassName
{
background-color: #B1C772;
}
.BgClassName
{
background-color: #B1C772;
}
</style>
border-color css
<style>
span { border-color: #B1C772; }
span { border-color: rgb(177,199,114); }
td.TdClassName
{
border-color: #B1C772;
}
.TagClassName
{
border-color: #B1C772;
}
</style>