Shades of Caper #B1C579
Tints of Caper #B1C579
RGB
CMYK
RGB Variations
Color information
#B1C579 (or 0xB1C579) is known color: Caper. HEX triplet: B1, C5 and 79. RGB value is (177,197,121). Sum of RGB (Red+Green+Blue) = 177+197+121=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C579 is #4E3A86. Grayscale: #B6B6B6. Windows color (decimal): -5126791 or 7980465. OLE color: 7980465.
HSL color Cylindrical-coordinate representation of color #B1C579: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1C579 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 121 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.23 |
| HSL | 75.79º | 0.4% | 0.62% | - |
| HSV(B) | 75.79º | 0.39% | 0.77% | - |
| XYZ | 41.55 | 50.66 | 25.68 | - |
| YUV | 182.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 121 | 0.10 | 0 | 0.39 | 0.23 | 75.79 | 0.4 | 0.62 |
| Hex | B1 | C5 | 79 | A | 0 | 27 | 17 | 4C | 28 | 3E |
| Octal | 261 | 305 | 171 | 12 | 0 | 47 | 27 | 114 | 50 | 76 |
| Binary | 10110001 | 11000101 | 1111001 | 1010 | 0 | 100111 | 10111 | 1001100 | 101000 | 111110 |
Color Harmonies of #B1C579
Complementary color
Monochromatic Colors of #B1C579
Black with #B1C579
Text Example
Text Example
White with #B1C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C579; }
p { color: rgb(177,197,121); }
H1.HeaderClassName
{
color: #B1C579;
}
.AnyTagClassName
{
color: #B1C579;
}
</style>
background-color css
<style>
a { background-color: #B1C579; }
a { background-color: rgb(177,197,121); }
div.DivClassName
{
background-color: #B1C579;
}
.BgClassName
{
background-color: #B1C579;
}
</style>
border-color css
<style>
span { border-color: #B1C579; }
span { border-color: rgb(177,197,121); }
td.TdClassName
{
border-color: #B1C579;
}
.TagClassName
{
border-color: #B1C579;
}
</style>