Shades of Caper #B3CE7B
Tints of Caper #B3CE7B
RGB
CMYK
RGB Variations
Color information
#B3CE7B (or 0xB3CE7B) is known color: Caper. HEX triplet: B3, CE and 7B. RGB value is (179,206,123). Sum of RGB (Red+Green+Blue) = 179+206+123=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE7B is #4C3184. Grayscale: #BCBCBC. Windows color (decimal): -4993413 or 8113843. OLE color: 8113843.
HSL color Cylindrical-coordinate representation of color #B3CE7B: hue angle of 79.52º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3CE7B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 123 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.19 |
| HSL | 79.52º | 0.46% | 0.65% | - |
| HSV(B) | 79.52º | 0.4% | 0.81% | - |
| XYZ | 44.24 | 55.16 | 27.05 | - |
| YUV | 188.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 123 | 0.13 | 0 | 0.40 | 0.19 | 79.52 | 0.46 | 0.65 |
| Hex | B3 | CE | 7B | D | 0 | 28 | 13 | 50 | 2E | 41 |
| Octal | 263 | 316 | 173 | 15 | 0 | 50 | 23 | 120 | 56 | 101 |
| Binary | 10110011 | 11001110 | 1111011 | 1101 | 0 | 101000 | 10011 | 1010000 | 101110 | 1000001 |
Color Harmonies of #B3CE7B
Complementary color
Monochromatic Colors of #B3CE7B
Black with #B3CE7B
Text Example
Text Example
White with #B3CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE7B; }
p { color: rgb(179,206,123); }
H1.HeaderClassName
{
color: #B3CE7B;
}
.AnyTagClassName
{
color: #B3CE7B;
}
</style>
background-color css
<style>
a { background-color: #B3CE7B; }
a { background-color: rgb(179,206,123); }
div.DivClassName
{
background-color: #B3CE7B;
}
.BgClassName
{
background-color: #B3CE7B;
}
</style>
border-color css
<style>
span { border-color: #B3CE7B; }
span { border-color: rgb(179,206,123); }
td.TdClassName
{
border-color: #B3CE7B;
}
.TagClassName
{
border-color: #B3CE7B;
}
</style>