Shades of Caper #B4C784
Tints of Caper #B4C784
RGB
CMYK
RGB Variations
Color information
#B4C784 (or 0xB4C784) is known color: Caper. HEX triplet: B4, C7 and 84. RGB value is (180,199,132). Sum of RGB (Red+Green+Blue) = 180+199+132=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C784 is #4B387B. Grayscale: #B9B9B9. Windows color (decimal): -4929660 or 8701876. OLE color: 8701876.
HSL color Cylindrical-coordinate representation of color #B4C784: hue angle of 77.01º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4C784 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 132 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.22 |
| HSL | 77.01º | 0.37% | 0.65% | - |
| HSV(B) | 77.01º | 0.34% | 0.78% | - |
| XYZ | 43.41 | 52.22 | 29.62 | - |
| YUV | 185.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 132 | 0.10 | 0 | 0.34 | 0.22 | 77.01 | 0.37 | 0.65 |
| Hex | B4 | C7 | 84 | A | 0 | 22 | 16 | 4D | 25 | 41 |
| Octal | 264 | 307 | 204 | 12 | 0 | 42 | 26 | 115 | 45 | 101 |
| Binary | 10110100 | 11000111 | 10000100 | 1010 | 0 | 100010 | 10110 | 1001101 | 100101 | 1000001 |
Color Harmonies of #B4C784
Complementary color
Monochromatic Colors of #B4C784
Black with #B4C784
Text Example
Text Example
White with #B4C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C784; }
p { color: rgb(180,199,132); }
H1.HeaderClassName
{
color: #B4C784;
}
.AnyTagClassName
{
color: #B4C784;
}
</style>
background-color css
<style>
a { background-color: #B4C784; }
a { background-color: rgb(180,199,132); }
div.DivClassName
{
background-color: #B4C784;
}
.BgClassName
{
background-color: #B4C784;
}
</style>
border-color css
<style>
span { border-color: #B4C784; }
span { border-color: rgb(180,199,132); }
td.TdClassName
{
border-color: #B4C784;
}
.TagClassName
{
border-color: #B4C784;
}
</style>