Shades of Caper #B0C284
Tints of Caper #B0C284
RGB
CMYK
RGB Variations
Color information
#B0C284 (or 0xB0C284) is known color: Caper. HEX triplet: B0, C2 and 84. RGB value is (176,194,132). Sum of RGB (Red+Green+Blue) = 176+194+132=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C284 is #4F3D7B. Grayscale: #B5B5B5. Windows color (decimal): -5193084 or 8700592. OLE color: 8700592.
HSL color Cylindrical-coordinate representation of color #B0C284: hue angle of 77.42º 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 #B0C284 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 132 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.24 |
| HSL | 77.42º | 0.34% | 0.64% | - |
| HSV(B) | 77.42º | 0.32% | 0.76% | - |
| XYZ | 41.36 | 49.48 | 29.2 | - |
| YUV | 181.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 132 | 0.09 | 0 | 0.32 | 0.24 | 77.42 | 0.34 | 0.64 |
| Hex | B0 | C2 | 84 | 9 | 0 | 20 | 18 | 4D | 22 | 40 |
| Octal | 260 | 302 | 204 | 11 | 0 | 40 | 30 | 115 | 42 | 100 |
| Binary | 10110000 | 11000010 | 10000100 | 1001 | 0 | 100000 | 11000 | 1001101 | 100010 | 1000000 |
Color Harmonies of #B0C284
Complementary color
Monochromatic Colors of #B0C284
Black with #B0C284
Text Example
Text Example
White with #B0C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C284; }
p { color: rgb(176,194,132); }
H1.HeaderClassName
{
color: #B0C284;
}
.AnyTagClassName
{
color: #B0C284;
}
</style>
background-color css
<style>
a { background-color: #B0C284; }
a { background-color: rgb(176,194,132); }
div.DivClassName
{
background-color: #B0C284;
}
.BgClassName
{
background-color: #B0C284;
}
</style>
border-color css
<style>
span { border-color: #B0C284; }
span { border-color: rgb(176,194,132); }
td.TdClassName
{
border-color: #B0C284;
}
.TagClassName
{
border-color: #B0C284;
}
</style>