Shades of Caper #B3CE7E
Tints of Caper #B3CE7E
RGB
CMYK
RGB Variations
Color information
#B3CE7E (or 0xB3CE7E) is known color: Caper. HEX triplet: B3, CE and 7E. RGB value is (179,206,126). Sum of RGB (Red+Green+Blue) = 179+206+126=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE7E is #4C3181. Grayscale: #BDBDBD. Windows color (decimal): -4993410 or 8310451. OLE color: 8310451.
HSL color Cylindrical-coordinate representation of color #B3CE7E: hue angle of 80.25º 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 #B3CE7E is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 126 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.19 |
| HSL | 80.25º | 0.45% | 0.65% | - |
| HSV(B) | 80.25º | 0.39% | 0.81% | - |
| XYZ | 44.43 | 55.23 | 28.06 | - |
| YUV | 188.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 126 | 0.13 | 0 | 0.39 | 0.19 | 80.25 | 0.45 | 0.65 |
| Hex | B3 | CE | 7E | D | 0 | 27 | 13 | 50 | 2D | 41 |
| Octal | 263 | 316 | 176 | 15 | 0 | 47 | 23 | 120 | 55 | 101 |
| Binary | 10110011 | 11001110 | 1111110 | 1101 | 0 | 100111 | 10011 | 1010000 | 101101 | 1000001 |
Color Harmonies of #B3CE7E
Complementary color
Monochromatic Colors of #B3CE7E
Black with #B3CE7E
Text Example
Text Example
White with #B3CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE7E; }
p { color: rgb(179,206,126); }
H1.HeaderClassName
{
color: #B3CE7E;
}
.AnyTagClassName
{
color: #B3CE7E;
}
</style>
background-color css
<style>
a { background-color: #B3CE7E; }
a { background-color: rgb(179,206,126); }
div.DivClassName
{
background-color: #B3CE7E;
}
.BgClassName
{
background-color: #B3CE7E;
}
</style>
border-color css
<style>
span { border-color: #B3CE7E; }
span { border-color: rgb(179,206,126); }
td.TdClassName
{
border-color: #B3CE7E;
}
.TagClassName
{
border-color: #B3CE7E;
}
</style>