Shades of Caper #B3C488
Tints of Caper #B3C488
RGB
CMYK
RGB Variations
Color information
#B3C488 (or 0xB3C488) is known color: Caper. HEX triplet: B3, C4 and 88. RGB value is (179,196,136). Sum of RGB (Red+Green+Blue) = 179+196+136=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C488 is #4C3B77. Grayscale: #B8B8B8. Windows color (decimal): -4995960 or 8963251. OLE color: 8963251.
HSL color Cylindrical-coordinate representation of color #B3C488: hue angle of 77º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3C488 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 136 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.23 |
| HSL | 77º | 0.34% | 0.65% | - |
| HSV(B) | 77º | 0.31% | 0.77% | - |
| XYZ | 42.77 | 50.84 | 30.85 | - |
| YUV | 184.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 136 | 0.09 | 0 | 0.31 | 0.23 | 77 | 0.34 | 0.65 |
| Hex | B3 | C4 | 88 | 9 | 0 | 1F | 17 | 4D | 22 | 41 |
| Octal | 263 | 304 | 210 | 11 | 0 | 37 | 27 | 115 | 42 | 101 |
| Binary | 10110011 | 11000100 | 10001000 | 1001 | 0 | 11111 | 10111 | 1001101 | 100010 | 1000001 |
Color Harmonies of #B3C488
Complementary color
Monochromatic Colors of #B3C488
Black with #B3C488
Text Example
Text Example
White with #B3C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C488; }
p { color: rgb(179,196,136); }
H1.HeaderClassName
{
color: #B3C488;
}
.AnyTagClassName
{
color: #B3C488;
}
</style>
background-color css
<style>
a { background-color: #B3C488; }
a { background-color: rgb(179,196,136); }
div.DivClassName
{
background-color: #B3C488;
}
.BgClassName
{
background-color: #B3C488;
}
</style>
border-color css
<style>
span { border-color: #B3C488; }
span { border-color: rgb(179,196,136); }
td.TdClassName
{
border-color: #B3C488;
}
.TagClassName
{
border-color: #B3C488;
}
</style>