Shades of Caper #B0CE7D
Tints of Caper #B0CE7D
RGB
CMYK
RGB Variations
Color information
#B0CE7D (or 0xB0CE7D) is known color: Caper. HEX triplet: B0, CE and 7D. RGB value is (176,206,125). Sum of RGB (Red+Green+Blue) = 176+206+125=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE7D is #4F3182. Grayscale: #BCBCBC. Windows color (decimal): -5190019 or 8244912. OLE color: 8244912.
HSL color Cylindrical-coordinate representation of color #B0CE7D: hue angle of 82.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0CE7D is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 125 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.19 |
| HSL | 82.22º | 0.45% | 0.65% | - |
| HSV(B) | 82.22º | 0.39% | 0.81% | - |
| XYZ | 43.68 | 54.85 | 27.69 | - |
| YUV | 187.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 125 | 0.15 | 0 | 0.39 | 0.19 | 82.22 | 0.45 | 0.65 |
| Hex | B0 | CE | 7D | F | 0 | 27 | 13 | 52 | 2D | 41 |
| Octal | 260 | 316 | 175 | 17 | 0 | 47 | 23 | 122 | 55 | 101 |
| Binary | 10110000 | 11001110 | 1111101 | 1111 | 0 | 100111 | 10011 | 1010010 | 101101 | 1000001 |
Color Harmonies of #B0CE7D
Complementary color
Monochromatic Colors of #B0CE7D
Black with #B0CE7D
Text Example
Text Example
White with #B0CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE7D; }
p { color: rgb(176,206,125); }
H1.HeaderClassName
{
color: #B0CE7D;
}
.AnyTagClassName
{
color: #B0CE7D;
}
</style>
background-color css
<style>
a { background-color: #B0CE7D; }
a { background-color: rgb(176,206,125); }
div.DivClassName
{
background-color: #B0CE7D;
}
.BgClassName
{
background-color: #B0CE7D;
}
</style>
border-color css
<style>
span { border-color: #B0CE7D; }
span { border-color: rgb(176,206,125); }
td.TdClassName
{
border-color: #B0CE7D;
}
.TagClassName
{
border-color: #B0CE7D;
}
</style>