Shades of Caper #B3CA88
Tints of Caper #B3CA88
RGB
CMYK
RGB Variations
Color information
#B3CA88 (or 0xB3CA88) is known color: Caper. HEX triplet: B3, CA and 88. RGB value is (179,202,136). Sum of RGB (Red+Green+Blue) = 179+202+136=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA88 is #4C3577. Grayscale: #BBBBBB. Windows color (decimal): -4994424 or 8964787. OLE color: 8964787.
HSL color Cylindrical-coordinate representation of color #B3CA88: hue angle of 80.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3CA88 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 136 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.21 |
| HSL | 80.91º | 0.38% | 0.66% | - |
| HSV(B) | 80.91º | 0.33% | 0.79% | - |
| XYZ | 44.15 | 53.6 | 31.31 | - |
| YUV | 187.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 136 | 0.11 | 0 | 0.33 | 0.21 | 80.91 | 0.38 | 0.66 |
| Hex | B3 | CA | 88 | B | 0 | 21 | 15 | 51 | 26 | 42 |
| Octal | 263 | 312 | 210 | 13 | 0 | 41 | 25 | 121 | 46 | 102 |
| Binary | 10110011 | 11001010 | 10001000 | 1011 | 0 | 100001 | 10101 | 1010001 | 100110 | 1000010 |
Color Harmonies of #B3CA88
Complementary color
Monochromatic Colors of #B3CA88
Black with #B3CA88
Text Example
Text Example
White with #B3CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA88; }
p { color: rgb(179,202,136); }
H1.HeaderClassName
{
color: #B3CA88;
}
.AnyTagClassName
{
color: #B3CA88;
}
</style>
background-color css
<style>
a { background-color: #B3CA88; }
a { background-color: rgb(179,202,136); }
div.DivClassName
{
background-color: #B3CA88;
}
.BgClassName
{
background-color: #B3CA88;
}
</style>
border-color css
<style>
span { border-color: #B3CA88; }
span { border-color: rgb(179,202,136); }
td.TdClassName
{
border-color: #B3CA88;
}
.TagClassName
{
border-color: #B3CA88;
}
</style>