Shades of Caper #B1C37C
Tints of Caper #B1C37C
RGB
CMYK
RGB Variations
Color information
#B1C37C (or 0xB1C37C) is known color: Caper. HEX triplet: B1, C3 and 7C. RGB value is (177,195,124). Sum of RGB (Red+Green+Blue) = 177+195+124=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C37C is #4E3C83. Grayscale: #B5B5B5. Windows color (decimal): -5127300 or 8176561. OLE color: 8176561.
HSL color Cylindrical-coordinate representation of color #B1C37C: hue angle of 75.21º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C37C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 124 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.24 |
| HSL | 75.21º | 0.37% | 0.63% | - |
| HSV(B) | 75.21º | 0.36% | 0.76% | - |
| XYZ | 41.28 | 49.83 | 26.51 | - |
| YUV | 181.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 124 | 0.09 | 0 | 0.36 | 0.24 | 75.21 | 0.37 | 0.63 |
| Hex | B1 | C3 | 7C | 9 | 0 | 24 | 18 | 4B | 25 | 3F |
| Octal | 261 | 303 | 174 | 11 | 0 | 44 | 30 | 113 | 45 | 77 |
| Binary | 10110001 | 11000011 | 1111100 | 1001 | 0 | 100100 | 11000 | 1001011 | 100101 | 111111 |
Color Harmonies of #B1C37C
Complementary color
Monochromatic Colors of #B1C37C
Black with #B1C37C
Text Example
Text Example
White with #B1C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C37C; }
p { color: rgb(177,195,124); }
H1.HeaderClassName
{
color: #B1C37C;
}
.AnyTagClassName
{
color: #B1C37C;
}
</style>
background-color css
<style>
a { background-color: #B1C37C; }
a { background-color: rgb(177,195,124); }
div.DivClassName
{
background-color: #B1C37C;
}
.BgClassName
{
background-color: #B1C37C;
}
</style>
border-color css
<style>
span { border-color: #B1C37C; }
span { border-color: rgb(177,195,124); }
td.TdClassName
{
border-color: #B1C37C;
}
.TagClassName
{
border-color: #B1C37C;
}
</style>