Shades of Caper #B0C47B
Tints of Caper #B0C47B
RGB
CMYK
RGB Variations
Color information
#B0C47B (or 0xB0C47B) is known color: Caper. HEX triplet: B0, C4 and 7B. RGB value is (176,196,123). Sum of RGB (Red+Green+Blue) = 176+196+123=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C47B is #4F3B84. Grayscale: #B5B5B5. Windows color (decimal): -5192581 or 8111280. OLE color: 8111280.
HSL color Cylindrical-coordinate representation of color #B0C47B: hue angle of 76.44º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C47B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 123 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.23 |
| HSL | 76.44º | 0.38% | 0.63% | - |
| HSV(B) | 76.44º | 0.37% | 0.77% | - |
| XYZ | 41.22 | 50.14 | 26.24 | - |
| YUV | 181.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 123 | 0.10 | 0 | 0.37 | 0.23 | 76.44 | 0.38 | 0.63 |
| Hex | B0 | C4 | 7B | A | 0 | 25 | 17 | 4C | 26 | 3F |
| Octal | 260 | 304 | 173 | 12 | 0 | 45 | 27 | 114 | 46 | 77 |
| Binary | 10110000 | 11000100 | 1111011 | 1010 | 0 | 100101 | 10111 | 1001100 | 100110 | 111111 |
Color Harmonies of #B0C47B
Complementary color
Monochromatic Colors of #B0C47B
Black with #B0C47B
Text Example
Text Example
White with #B0C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C47B; }
p { color: rgb(176,196,123); }
H1.HeaderClassName
{
color: #B0C47B;
}
.AnyTagClassName
{
color: #B0C47B;
}
</style>
background-color css
<style>
a { background-color: #B0C47B; }
a { background-color: rgb(176,196,123); }
div.DivClassName
{
background-color: #B0C47B;
}
.BgClassName
{
background-color: #B0C47B;
}
</style>
border-color css
<style>
span { border-color: #B0C47B; }
span { border-color: rgb(176,196,123); }
td.TdClassName
{
border-color: #B0C47B;
}
.TagClassName
{
border-color: #B0C47B;
}
</style>