Shades of Caper #B1C973
Tints of Caper #B1C973
RGB
CMYK
RGB Variations
Color information
#B1C973 (or 0xB1C973) is known color: Caper. HEX triplet: B1, C9 and 73. RGB value is (177,201,115). Sum of RGB (Red+Green+Blue) = 177+201+115=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C973 is #4E368C. Grayscale: #B8B8B8. Windows color (decimal): -5125773 or 7588273. OLE color: 7588273.
HSL color Cylindrical-coordinate representation of color #B1C973: hue angle of 76.74º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1C973 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 115 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.21 |
| HSL | 76.74º | 0.44% | 0.62% | - |
| HSV(B) | 76.74º | 0.43% | 0.79% | - |
| XYZ | 42.11 | 52.36 | 24.11 | - |
| YUV | 184.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 115 | 0.12 | 0 | 0.43 | 0.21 | 76.74 | 0.44 | 0.62 |
| Hex | B1 | C9 | 73 | C | 0 | 2B | 15 | 4D | 2C | 3E |
| Octal | 261 | 311 | 163 | 14 | 0 | 53 | 25 | 115 | 54 | 76 |
| Binary | 10110001 | 11001001 | 1110011 | 1100 | 0 | 101011 | 10101 | 1001101 | 101100 | 111110 |
Color Harmonies of #B1C973
Complementary color
Monochromatic Colors of #B1C973
Black with #B1C973
Text Example
Text Example
White with #B1C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C973; }
p { color: rgb(177,201,115); }
H1.HeaderClassName
{
color: #B1C973;
}
.AnyTagClassName
{
color: #B1C973;
}
</style>
background-color css
<style>
a { background-color: #B1C973; }
a { background-color: rgb(177,201,115); }
div.DivClassName
{
background-color: #B1C973;
}
.BgClassName
{
background-color: #B1C973;
}
</style>
border-color css
<style>
span { border-color: #B1C973; }
span { border-color: rgb(177,201,115); }
td.TdClassName
{
border-color: #B1C973;
}
.TagClassName
{
border-color: #B1C973;
}
</style>