Shades of Caper #B0BD6E
Tints of Caper #B0BD6E
RGB
CMYK
RGB Variations
Color information
#B0BD6E (or 0xB0BD6E) is known color: Caper. HEX triplet: B0, BD and 6E. RGB value is (176,189,110). Sum of RGB (Red+Green+Blue) = 176+189+110=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD6E is #4F4291. Grayscale: #B0B0B0. Windows color (decimal): -5194386 or 7257520. OLE color: 7257520.
HSL color Cylindrical-coordinate representation of color #B0BD6E: hue angle of 69.87º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0BD6E is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 110 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.26 |
| HSL | 69.87º | 0.37% | 0.59% | - |
| HSV(B) | 69.87º | 0.42% | 0.74% | - |
| XYZ | 38.92 | 46.75 | 21.72 | - |
| YUV | 176.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 110 | 0.07 | 0 | 0.42 | 0.26 | 69.87 | 0.37 | 0.59 |
| Hex | B0 | BD | 6E | 7 | 0 | 2A | 1A | 46 | 25 | 3B |
| Octal | 260 | 275 | 156 | 7 | 0 | 52 | 32 | 106 | 45 | 73 |
| Binary | 10110000 | 10111101 | 1101110 | 111 | 0 | 101010 | 11010 | 1000110 | 100101 | 111011 |
Color Harmonies of #B0BD6E
Complementary color
Monochromatic Colors of #B0BD6E
Black with #B0BD6E
Text Example
Text Example
White with #B0BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD6E; }
p { color: rgb(176,189,110); }
H1.HeaderClassName
{
color: #B0BD6E;
}
.AnyTagClassName
{
color: #B0BD6E;
}
</style>
background-color css
<style>
a { background-color: #B0BD6E; }
a { background-color: rgb(176,189,110); }
div.DivClassName
{
background-color: #B0BD6E;
}
.BgClassName
{
background-color: #B0BD6E;
}
</style>
border-color css
<style>
span { border-color: #B0BD6E; }
span { border-color: rgb(176,189,110); }
td.TdClassName
{
border-color: #B0BD6E;
}
.TagClassName
{
border-color: #B0BD6E;
}
</style>