Shades of Caper #B1C97A
Tints of Caper #B1C97A
RGB
CMYK
RGB Variations
Color information
#B1C97A (or 0xB1C97A) is known color: Caper. HEX triplet: B1, C9 and 7A. RGB value is (177,201,122). Sum of RGB (Red+Green+Blue) = 177+201+122=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C97A is #4E3685. Grayscale: #B9B9B9. Windows color (decimal): -5125766 or 8047025. OLE color: 8047025.
HSL color Cylindrical-coordinate representation of color #B1C97A: hue angle of 78.23º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1C97A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 122 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.21 |
| HSL | 78.23º | 0.42% | 0.63% | - |
| HSV(B) | 78.23º | 0.39% | 0.79% | - |
| XYZ | 42.53 | 52.53 | 26.31 | - |
| YUV | 184.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 122 | 0.12 | 0 | 0.39 | 0.21 | 78.23 | 0.42 | 0.63 |
| Hex | B1 | C9 | 7A | C | 0 | 27 | 15 | 4E | 2A | 3F |
| Octal | 261 | 311 | 172 | 14 | 0 | 47 | 25 | 116 | 52 | 77 |
| Binary | 10110001 | 11001001 | 1111010 | 1100 | 0 | 100111 | 10101 | 1001110 | 101010 | 111111 |
Color Harmonies of #B1C97A
Complementary color
Monochromatic Colors of #B1C97A
Black with #B1C97A
Text Example
Text Example
White with #B1C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C97A; }
p { color: rgb(177,201,122); }
H1.HeaderClassName
{
color: #B1C97A;
}
.AnyTagClassName
{
color: #B1C97A;
}
</style>
background-color css
<style>
a { background-color: #B1C97A; }
a { background-color: rgb(177,201,122); }
div.DivClassName
{
background-color: #B1C97A;
}
.BgClassName
{
background-color: #B1C97A;
}
</style>
border-color css
<style>
span { border-color: #B1C97A; }
span { border-color: rgb(177,201,122); }
td.TdClassName
{
border-color: #B1C97A;
}
.TagClassName
{
border-color: #B1C97A;
}
</style>