Shades of Caper #B3C88D
Tints of Caper #B3C88D
RGB
CMYK
RGB Variations
Color information
#B3C88D (or 0xB3C88D) is known color: Caper. HEX triplet: B3, C8 and 8D. RGB value is (179,200,141). Sum of RGB (Red+Green+Blue) = 179+200+141=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C88D is #4C3772. Grayscale: #BBBBBB. Windows color (decimal): -4994931 or 9291955. OLE color: 9291955.
HSL color Cylindrical-coordinate representation of color #B3C88D: hue angle of 81.36º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3C88D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 141 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.22 |
| HSL | 81.36º | 0.35% | 0.67% | - |
| HSV(B) | 81.36º | 0.3% | 0.78% | - |
| XYZ | 44.05 | 52.82 | 33.07 | - |
| YUV | 187 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 141 | 0.10 | 0 | 0.29 | 0.22 | 81.36 | 0.35 | 0.67 |
| Hex | B3 | C8 | 8D | A | 0 | 1D | 16 | 51 | 23 | 43 |
| Octal | 263 | 310 | 215 | 12 | 0 | 35 | 26 | 121 | 43 | 103 |
| Binary | 10110011 | 11001000 | 10001101 | 1010 | 0 | 11101 | 10110 | 1010001 | 100011 | 1000011 |
Color Harmonies of #B3C88D
Complementary color
Monochromatic Colors of #B3C88D
Black with #B3C88D
Text Example
Text Example
White with #B3C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C88D; }
p { color: rgb(179,200,141); }
H1.HeaderClassName
{
color: #B3C88D;
}
.AnyTagClassName
{
color: #B3C88D;
}
</style>
background-color css
<style>
a { background-color: #B3C88D; }
a { background-color: rgb(179,200,141); }
div.DivClassName
{
background-color: #B3C88D;
}
.BgClassName
{
background-color: #B3C88D;
}
</style>
border-color css
<style>
span { border-color: #B3C88D; }
span { border-color: rgb(179,200,141); }
td.TdClassName
{
border-color: #B3C88D;
}
.TagClassName
{
border-color: #B3C88D;
}
</style>