Shades of Caper #B2C28B
Tints of Caper #B2C28B
RGB
CMYK
RGB Variations
Color information
#B2C28B (or 0xB2C28B) is known color: Caper. HEX triplet: B2, C2 and 8B. RGB value is (178,194,139). Sum of RGB (Red+Green+Blue) = 178+194+139=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C28B is #4D3D74. Grayscale: #B7B7B7. Windows color (decimal): -5062005 or 9159346. OLE color: 9159346.
HSL color Cylindrical-coordinate representation of color #B2C28B: hue angle of 77.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C28B is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 139 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.24 |
| HSL | 77.45º | 0.31% | 0.65% | - |
| HSV(B) | 77.45º | 0.28% | 0.76% | - |
| XYZ | 42.31 | 49.91 | 31.83 | - |
| YUV | 182.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 139 | 0.08 | 0 | 0.28 | 0.24 | 77.45 | 0.31 | 0.65 |
| Hex | B2 | C2 | 8B | 8 | 0 | 1C | 18 | 4D | 1F | 41 |
| Octal | 262 | 302 | 213 | 10 | 0 | 34 | 30 | 115 | 37 | 101 |
| Binary | 10110010 | 11000010 | 10001011 | 1000 | 0 | 11100 | 11000 | 1001101 | 11111 | 1000001 |
Color Harmonies of #B2C28B
Complementary color
Monochromatic Colors of #B2C28B
Black with #B2C28B
Text Example
Text Example
White with #B2C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C28B; }
p { color: rgb(178,194,139); }
H1.HeaderClassName
{
color: #B2C28B;
}
.AnyTagClassName
{
color: #B2C28B;
}
</style>
background-color css
<style>
a { background-color: #B2C28B; }
a { background-color: rgb(178,194,139); }
div.DivClassName
{
background-color: #B2C28B;
}
.BgClassName
{
background-color: #B2C28B;
}
</style>
border-color css
<style>
span { border-color: #B2C28B; }
span { border-color: rgb(178,194,139); }
td.TdClassName
{
border-color: #B2C28B;
}
.TagClassName
{
border-color: #B2C28B;
}
</style>