Shades of Caper #B0BD84
Tints of Caper #B0BD84
RGB
CMYK
RGB Variations
Color information
#B0BD84 (or 0xB0BD84) is known color: Caper. HEX triplet: B0, BD and 84. RGB value is (176,189,132). Sum of RGB (Red+Green+Blue) = 176+189+132=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD84 is #4F427B. Grayscale: #B2B2B2. Windows color (decimal): -5194364 or 8699312. OLE color: 8699312.
HSL color Cylindrical-coordinate representation of color #B0BD84: hue angle of 73.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BD84 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 132 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.26 |
| HSL | 73.68º | 0.3% | 0.63% | - |
| HSV(B) | 73.68º | 0.3% | 0.74% | - |
| XYZ | 40.27 | 47.29 | 28.84 | - |
| YUV | 178.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 132 | 0.07 | 0 | 0.30 | 0.26 | 73.68 | 0.3 | 0.63 |
| Hex | B0 | BD | 84 | 7 | 0 | 1E | 1A | 4A | 1E | 3F |
| Octal | 260 | 275 | 204 | 7 | 0 | 36 | 32 | 112 | 36 | 77 |
| Binary | 10110000 | 10111101 | 10000100 | 111 | 0 | 11110 | 11010 | 1001010 | 11110 | 111111 |
Color Harmonies of #B0BD84
Complementary color
Monochromatic Colors of #B0BD84
Black with #B0BD84
Text Example
Text Example
White with #B0BD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD84; }
p { color: rgb(176,189,132); }
H1.HeaderClassName
{
color: #B0BD84;
}
.AnyTagClassName
{
color: #B0BD84;
}
</style>
background-color css
<style>
a { background-color: #B0BD84; }
a { background-color: rgb(176,189,132); }
div.DivClassName
{
background-color: #B0BD84;
}
.BgClassName
{
background-color: #B0BD84;
}
</style>
border-color css
<style>
span { border-color: #B0BD84; }
span { border-color: rgb(176,189,132); }
td.TdClassName
{
border-color: #B0BD84;
}
.TagClassName
{
border-color: #B0BD84;
}
</style>