Shades of Caper #B0CA6D
Tints of Caper #B0CA6D
RGB
CMYK
RGB Variations
Color information
#B0CA6D (or 0xB0CA6D) is known color: Caper. HEX triplet: B0, CA and 6D. RGB value is (176,202,109). Sum of RGB (Red+Green+Blue) = 176+202+109=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA6D is #4F3592. Grayscale: #B7B7B7. Windows color (decimal): -5191059 or 7195312. OLE color: 7195312.
HSL color Cylindrical-coordinate representation of color #B0CA6D: hue angle of 76.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0CA6D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 109 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.21 |
| HSL | 76.77º | 0.47% | 0.61% | - |
| HSV(B) | 76.77º | 0.46% | 0.79% | - |
| XYZ | 41.79 | 52.58 | 22.41 | - |
| YUV | 183.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 109 | 0.13 | 0 | 0.46 | 0.21 | 76.77 | 0.47 | 0.61 |
| Hex | B0 | CA | 6D | D | 0 | 2E | 15 | 4D | 2F | 3D |
| Octal | 260 | 312 | 155 | 15 | 0 | 56 | 25 | 115 | 57 | 75 |
| Binary | 10110000 | 11001010 | 1101101 | 1101 | 0 | 101110 | 10101 | 1001101 | 101111 | 111101 |
Color Harmonies of #B0CA6D
Complementary color
Monochromatic Colors of #B0CA6D
Black with #B0CA6D
Text Example
Text Example
White with #B0CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA6D; }
p { color: rgb(176,202,109); }
H1.HeaderClassName
{
color: #B0CA6D;
}
.AnyTagClassName
{
color: #B0CA6D;
}
</style>
background-color css
<style>
a { background-color: #B0CA6D; }
a { background-color: rgb(176,202,109); }
div.DivClassName
{
background-color: #B0CA6D;
}
.BgClassName
{
background-color: #B0CA6D;
}
</style>
border-color css
<style>
span { border-color: #B0CA6D; }
span { border-color: rgb(176,202,109); }
td.TdClassName
{
border-color: #B0CA6D;
}
.TagClassName
{
border-color: #B0CA6D;
}
</style>