Shades of Caper #B1CA73
Tints of Caper #B1CA73
RGB
CMYK
RGB Variations
Color information
#B1CA73 (or 0xB1CA73) is known color: Caper. HEX triplet: B1, CA and 73. RGB value is (177,202,115). Sum of RGB (Red+Green+Blue) = 177+202+115=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA73 is #4E358C. Grayscale: #B8B8B8. Windows color (decimal): -5125517 or 7588529. OLE color: 7588529.
HSL color Cylindrical-coordinate representation of color #B1CA73: hue angle of 77.24º degrees, saturation: 0.45, 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 #B1CA73 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 115 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.21 |
| HSL | 77.24º | 0.45% | 0.62% | - |
| HSV(B) | 77.24º | 0.43% | 0.79% | - |
| XYZ | 42.35 | 52.83 | 24.18 | - |
| YUV | 184.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 115 | 0.12 | 0 | 0.43 | 0.21 | 77.24 | 0.45 | 0.62 |
| Hex | B1 | CA | 73 | C | 0 | 2B | 15 | 4D | 2D | 3E |
| Octal | 261 | 312 | 163 | 14 | 0 | 53 | 25 | 115 | 55 | 76 |
| Binary | 10110001 | 11001010 | 1110011 | 1100 | 0 | 101011 | 10101 | 1001101 | 101101 | 111110 |
Color Harmonies of #B1CA73
Complementary color
Monochromatic Colors of #B1CA73
Black with #B1CA73
Text Example
Text Example
White with #B1CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA73; }
p { color: rgb(177,202,115); }
H1.HeaderClassName
{
color: #B1CA73;
}
.AnyTagClassName
{
color: #B1CA73;
}
</style>
background-color css
<style>
a { background-color: #B1CA73; }
a { background-color: rgb(177,202,115); }
div.DivClassName
{
background-color: #B1CA73;
}
.BgClassName
{
background-color: #B1CA73;
}
</style>
border-color css
<style>
span { border-color: #B1CA73; }
span { border-color: rgb(177,202,115); }
td.TdClassName
{
border-color: #B1CA73;
}
.TagClassName
{
border-color: #B1CA73;
}
</style>