Shades of Caper #B2C985
Tints of Caper #B2C985
RGB
CMYK
RGB Variations
Color information
#B2C985 (or 0xB2C985) is known color: Caper. HEX triplet: B2, C9 and 85. RGB value is (178,201,133). Sum of RGB (Red+Green+Blue) = 178+201+133=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C985 is #4D367A. Grayscale: #BABABA. Windows color (decimal): -5060219 or 8767922. OLE color: 8767922.
HSL color Cylindrical-coordinate representation of color #B2C985: hue angle of 80.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2C985 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 133 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.21 |
| HSL | 80.29º | 0.39% | 0.65% | - |
| HSV(B) | 80.29º | 0.34% | 0.79% | - |
| XYZ | 43.48 | 52.93 | 30.12 | - |
| YUV | 186.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 133 | 0.11 | 0 | 0.34 | 0.21 | 80.29 | 0.39 | 0.65 |
| Hex | B2 | C9 | 85 | B | 0 | 22 | 15 | 50 | 27 | 41 |
| Octal | 262 | 311 | 205 | 13 | 0 | 42 | 25 | 120 | 47 | 101 |
| Binary | 10110010 | 11001001 | 10000101 | 1011 | 0 | 100010 | 10101 | 1010000 | 100111 | 1000001 |
Color Harmonies of #B2C985
Complementary color
Monochromatic Colors of #B2C985
Black with #B2C985
Text Example
Text Example
White with #B2C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C985; }
p { color: rgb(178,201,133); }
H1.HeaderClassName
{
color: #B2C985;
}
.AnyTagClassName
{
color: #B2C985;
}
</style>
background-color css
<style>
a { background-color: #B2C985; }
a { background-color: rgb(178,201,133); }
div.DivClassName
{
background-color: #B2C985;
}
.BgClassName
{
background-color: #B2C985;
}
</style>
border-color css
<style>
span { border-color: #B2C985; }
span { border-color: rgb(178,201,133); }
td.TdClassName
{
border-color: #B2C985;
}
.TagClassName
{
border-color: #B2C985;
}
</style>