Shades of Caper #B1BF93
Tints of Caper #B1BF93
RGB
CMYK
RGB Variations
Color information
#B1BF93 (or 0xB1BF93) is known color: Caper. HEX triplet: B1, BF and 93. RGB value is (177,191,147). Sum of RGB (Red+Green+Blue) = 177+191+147=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF93 is #4E406C. Grayscale: #B5B5B5. Windows color (decimal): -5128301 or 9682865. OLE color: 9682865.
HSL color Cylindrical-coordinate representation of color #B1BF93: hue angle of 79.09º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1BF93 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 147 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.25 |
| HSL | 79.09º | 0.26% | 0.66% | - |
| HSV(B) | 79.09º | 0.23% | 0.75% | - |
| XYZ | 42.03 | 48.72 | 34.79 | - |
| YUV | 181.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 147 | 0.07 | 0 | 0.23 | 0.25 | 79.09 | 0.26 | 0.66 |
| Hex | B1 | BF | 93 | 7 | 0 | 17 | 19 | 4F | 1A | 42 |
| Octal | 261 | 277 | 223 | 7 | 0 | 27 | 31 | 117 | 32 | 102 |
| Binary | 10110001 | 10111111 | 10010011 | 111 | 0 | 10111 | 11001 | 1001111 | 11010 | 1000010 |
Color Harmonies of #B1BF93
Complementary color
Monochromatic Colors of #B1BF93
Black with #B1BF93
Text Example
Text Example
White with #B1BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF93; }
p { color: rgb(177,191,147); }
H1.HeaderClassName
{
color: #B1BF93;
}
.AnyTagClassName
{
color: #B1BF93;
}
</style>
background-color css
<style>
a { background-color: #B1BF93; }
a { background-color: rgb(177,191,147); }
div.DivClassName
{
background-color: #B1BF93;
}
.BgClassName
{
background-color: #B1BF93;
}
</style>
border-color css
<style>
span { border-color: #B1BF93; }
span { border-color: rgb(177,191,147); }
td.TdClassName
{
border-color: #B1BF93;
}
.TagClassName
{
border-color: #B1BF93;
}
</style>