Shades of Caper #B2C473
Tints of Caper #B2C473
RGB
CMYK
RGB Variations
Color information
#B2C473 (or 0xB2C473) is known color: Caper. HEX triplet: B2, C4 and 73. RGB value is (178,196,115). Sum of RGB (Red+Green+Blue) = 178+196+115=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C473 is #4D3B8C. Grayscale: #B5B5B5. Windows color (decimal): -5061517 or 7586994. OLE color: 7586994.
HSL color Cylindrical-coordinate representation of color #B2C473: hue angle of 73.33º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2C473 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 115 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.23 |
| HSL | 73.33º | 0.41% | 0.61% | - |
| HSV(B) | 73.33º | 0.41% | 0.77% | - |
| XYZ | 41.19 | 50.18 | 23.73 | - |
| YUV | 181.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 115 | 0.09 | 0 | 0.41 | 0.23 | 73.33 | 0.41 | 0.61 |
| Hex | B2 | C4 | 73 | 9 | 0 | 29 | 17 | 49 | 29 | 3D |
| Octal | 262 | 304 | 163 | 11 | 0 | 51 | 27 | 111 | 51 | 75 |
| Binary | 10110010 | 11000100 | 1110011 | 1001 | 0 | 101001 | 10111 | 1001001 | 101001 | 111101 |
Color Harmonies of #B2C473
Complementary color
Monochromatic Colors of #B2C473
Black with #B2C473
Text Example
Text Example
White with #B2C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C473; }
p { color: rgb(178,196,115); }
H1.HeaderClassName
{
color: #B2C473;
}
.AnyTagClassName
{
color: #B2C473;
}
</style>
background-color css
<style>
a { background-color: #B2C473; }
a { background-color: rgb(178,196,115); }
div.DivClassName
{
background-color: #B2C473;
}
.BgClassName
{
background-color: #B2C473;
}
</style>
border-color css
<style>
span { border-color: #B2C473; }
span { border-color: rgb(178,196,115); }
td.TdClassName
{
border-color: #B2C473;
}
.TagClassName
{
border-color: #B2C473;
}
</style>