Shades of Caper #B0CA73
Tints of Caper #B0CA73
RGB
CMYK
RGB Variations
Color information
#B0CA73 (or 0xB0CA73) is known color: Caper. HEX triplet: B0, CA and 73. RGB value is (176,202,115). Sum of RGB (Red+Green+Blue) = 176+202+115=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA73 is #4F358C. Grayscale: #B8B8B8. Windows color (decimal): -5191053 or 7588528. OLE color: 7588528.
HSL color Cylindrical-coordinate representation of color #B0CA73: hue angle of 77.93º 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 #B0CA73 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 115 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.21 |
| HSL | 77.93º | 0.45% | 0.62% | - |
| HSV(B) | 77.93º | 0.43% | 0.79% | - |
| XYZ | 42.12 | 52.71 | 24.17 | - |
| YUV | 184.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 115 | 0.13 | 0 | 0.43 | 0.21 | 77.93 | 0.45 | 0.62 |
| Hex | B0 | CA | 73 | D | 0 | 2B | 15 | 4E | 2D | 3E |
| Octal | 260 | 312 | 163 | 15 | 0 | 53 | 25 | 116 | 55 | 76 |
| Binary | 10110000 | 11001010 | 1110011 | 1101 | 0 | 101011 | 10101 | 1001110 | 101101 | 111110 |
Color Harmonies of #B0CA73
Complementary color
Monochromatic Colors of #B0CA73
Black with #B0CA73
Text Example
Text Example
White with #B0CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA73; }
p { color: rgb(176,202,115); }
H1.HeaderClassName
{
color: #B0CA73;
}
.AnyTagClassName
{
color: #B0CA73;
}
</style>
background-color css
<style>
a { background-color: #B0CA73; }
a { background-color: rgb(176,202,115); }
div.DivClassName
{
background-color: #B0CA73;
}
.BgClassName
{
background-color: #B0CA73;
}
</style>
border-color css
<style>
span { border-color: #B0CA73; }
span { border-color: rgb(176,202,115); }
td.TdClassName
{
border-color: #B0CA73;
}
.TagClassName
{
border-color: #B0CA73;
}
</style>