Shades of Caper #B3C588
Tints of Caper #B3C588
RGB
CMYK
RGB Variations
Color information
#B3C588 (or 0xB3C588) is known color: Caper. HEX triplet: B3, C5 and 88. RGB value is (179,197,136). Sum of RGB (Red+Green+Blue) = 179+197+136=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C588 is #4C3A77. Grayscale: #B8B8B8. Windows color (decimal): -4995704 or 8963507. OLE color: 8963507.
HSL color Cylindrical-coordinate representation of color #B3C588: hue angle of 77.7º 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 #B3C588 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 136 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.23 |
| HSL | 77.7º | 0.34% | 0.65% | - |
| HSV(B) | 77.7º | 0.31% | 0.77% | - |
| XYZ | 43 | 51.29 | 30.93 | - |
| YUV | 184.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 136 | 0.09 | 0 | 0.31 | 0.23 | 77.7 | 0.34 | 0.65 |
| Hex | B3 | C5 | 88 | 9 | 0 | 1F | 17 | 4E | 22 | 41 |
| Octal | 263 | 305 | 210 | 11 | 0 | 37 | 27 | 116 | 42 | 101 |
| Binary | 10110011 | 11000101 | 10001000 | 1001 | 0 | 11111 | 10111 | 1001110 | 100010 | 1000001 |
Color Harmonies of #B3C588
Complementary color
Monochromatic Colors of #B3C588
Black with #B3C588
Text Example
Text Example
White with #B3C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C588; }
p { color: rgb(179,197,136); }
H1.HeaderClassName
{
color: #B3C588;
}
.AnyTagClassName
{
color: #B3C588;
}
</style>
background-color css
<style>
a { background-color: #B3C588; }
a { background-color: rgb(179,197,136); }
div.DivClassName
{
background-color: #B3C588;
}
.BgClassName
{
background-color: #B3C588;
}
</style>
border-color css
<style>
span { border-color: #B3C588; }
span { border-color: rgb(179,197,136); }
td.TdClassName
{
border-color: #B3C588;
}
.TagClassName
{
border-color: #B3C588;
}
</style>