Shades of Caper #B4C770
Tints of Caper #B4C770
RGB
CMYK
RGB Variations
Color information
#B4C770 (or 0xB4C770) is known color: Caper. HEX triplet: B4, C7 and 70. RGB value is (180,199,112). Sum of RGB (Red+Green+Blue) = 180+199+112=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C770 is #4B388F. Grayscale: #B7B7B7. Windows color (decimal): -4929680 or 7391156. OLE color: 7391156.
HSL color Cylindrical-coordinate representation of color #B4C770: hue angle of 73.1º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4C770 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 112 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.22 |
| HSL | 73.1º | 0.44% | 0.61% | - |
| HSV(B) | 73.1º | 0.44% | 0.78% | - |
| XYZ | 42.17 | 51.72 | 23.09 | - |
| YUV | 183.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 112 | 0.10 | 0 | 0.44 | 0.22 | 73.1 | 0.44 | 0.61 |
| Hex | B4 | C7 | 70 | A | 0 | 2C | 16 | 49 | 2C | 3D |
| Octal | 264 | 307 | 160 | 12 | 0 | 54 | 26 | 111 | 54 | 75 |
| Binary | 10110100 | 11000111 | 1110000 | 1010 | 0 | 101100 | 10110 | 1001001 | 101100 | 111101 |
Color Harmonies of #B4C770
Complementary color
Monochromatic Colors of #B4C770
Black with #B4C770
Text Example
Text Example
White with #B4C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C770; }
p { color: rgb(180,199,112); }
H1.HeaderClassName
{
color: #B4C770;
}
.AnyTagClassName
{
color: #B4C770;
}
</style>
background-color css
<style>
a { background-color: #B4C770; }
a { background-color: rgb(180,199,112); }
div.DivClassName
{
background-color: #B4C770;
}
.BgClassName
{
background-color: #B4C770;
}
</style>
border-color css
<style>
span { border-color: #B4C770; }
span { border-color: rgb(180,199,112); }
td.TdClassName
{
border-color: #B4C770;
}
.TagClassName
{
border-color: #B4C770;
}
</style>