Shades of Caper #B2C38E
Tints of Caper #B2C38E
RGB
CMYK
RGB Variations
Color information
#B2C38E (or 0xB2C38E) is known color: Caper. HEX triplet: B2, C3 and 8E. RGB value is (178,195,142). Sum of RGB (Red+Green+Blue) = 178+195+142=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C38E is #4D3C71. Grayscale: #B8B8B8. Windows color (decimal): -5061746 or 9356210. OLE color: 9356210.
HSL color Cylindrical-coordinate representation of color #B2C38E: hue angle of 79.25º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2C38E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 142 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.24 |
| HSL | 79.25º | 0.31% | 0.66% | - |
| HSV(B) | 79.25º | 0.27% | 0.76% | - |
| XYZ | 42.76 | 50.45 | 33.08 | - |
| YUV | 183.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 142 | 0.09 | 0 | 0.27 | 0.24 | 79.25 | 0.31 | 0.66 |
| Hex | B2 | C3 | 8E | 9 | 0 | 1B | 18 | 4F | 1F | 42 |
| Octal | 262 | 303 | 216 | 11 | 0 | 33 | 30 | 117 | 37 | 102 |
| Binary | 10110010 | 11000011 | 10001110 | 1001 | 0 | 11011 | 11000 | 1001111 | 11111 | 1000010 |
Color Harmonies of #B2C38E
Complementary color
Monochromatic Colors of #B2C38E
Black with #B2C38E
Text Example
Text Example
White with #B2C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C38E; }
p { color: rgb(178,195,142); }
H1.HeaderClassName
{
color: #B2C38E;
}
.AnyTagClassName
{
color: #B2C38E;
}
</style>
background-color css
<style>
a { background-color: #B2C38E; }
a { background-color: rgb(178,195,142); }
div.DivClassName
{
background-color: #B2C38E;
}
.BgClassName
{
background-color: #B2C38E;
}
</style>
border-color css
<style>
span { border-color: #B2C38E; }
span { border-color: rgb(178,195,142); }
td.TdClassName
{
border-color: #B2C38E;
}
.TagClassName
{
border-color: #B2C38E;
}
</style>