Shades of Caper #B2C385
Tints of Caper #B2C385
RGB
CMYK
RGB Variations
Color information
#B2C385 (or 0xB2C385) is known color: Caper. HEX triplet: B2, C3 and 85. RGB value is (178,195,133). Sum of RGB (Red+Green+Blue) = 178+195+133=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C385 is #4D3C7A. Grayscale: #B7B7B7. Windows color (decimal): -5061755 or 8766386. OLE color: 8766386.
HSL color Cylindrical-coordinate representation of color #B2C385: hue angle of 76.45º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2C385 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 133 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.24 |
| HSL | 76.45º | 0.34% | 0.64% | - |
| HSV(B) | 76.45º | 0.32% | 0.76% | - |
| XYZ | 42.11 | 50.19 | 29.66 | - |
| YUV | 182.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 133 | 0.09 | 0 | 0.32 | 0.24 | 76.45 | 0.34 | 0.64 |
| Hex | B2 | C3 | 85 | 9 | 0 | 20 | 18 | 4C | 22 | 40 |
| Octal | 262 | 303 | 205 | 11 | 0 | 40 | 30 | 114 | 42 | 100 |
| Binary | 10110010 | 11000011 | 10000101 | 1001 | 0 | 100000 | 11000 | 1001100 | 100010 | 1000000 |
Color Harmonies of #B2C385
Complementary color
Monochromatic Colors of #B2C385
Black with #B2C385
Text Example
Text Example
White with #B2C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C385; }
p { color: rgb(178,195,133); }
H1.HeaderClassName
{
color: #B2C385;
}
.AnyTagClassName
{
color: #B2C385;
}
</style>
background-color css
<style>
a { background-color: #B2C385; }
a { background-color: rgb(178,195,133); }
div.DivClassName
{
background-color: #B2C385;
}
.BgClassName
{
background-color: #B2C385;
}
</style>
border-color css
<style>
span { border-color: #B2C385; }
span { border-color: rgb(178,195,133); }
td.TdClassName
{
border-color: #B2C385;
}
.TagClassName
{
border-color: #B2C385;
}
</style>