Shades of Caper #B2C672
Tints of Caper #B2C672
RGB
CMYK
RGB Variations
Color information
#B2C672 (or 0xB2C672) is known color: Caper. HEX triplet: B2, C6 and 72. RGB value is (178,198,114). Sum of RGB (Red+Green+Blue) = 178+198+114=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C672 is #4D398D. Grayscale: #B6B6B6. Windows color (decimal): -5061006 or 7521970. OLE color: 7521970.
HSL color Cylindrical-coordinate representation of color #B2C672: hue angle of 74.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C672 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 114 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.22 |
| HSL | 74.29º | 0.42% | 0.61% | - |
| HSV(B) | 74.29º | 0.42% | 0.78% | - |
| XYZ | 41.59 | 51.07 | 23.58 | - |
| YUV | 182.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 114 | 0.10 | 0 | 0.42 | 0.22 | 74.29 | 0.42 | 0.61 |
| Hex | B2 | C6 | 72 | A | 0 | 2A | 16 | 4A | 2A | 3D |
| Octal | 262 | 306 | 162 | 12 | 0 | 52 | 26 | 112 | 52 | 75 |
| Binary | 10110010 | 11000110 | 1110010 | 1010 | 0 | 101010 | 10110 | 1001010 | 101010 | 111101 |
Color Harmonies of #B2C672
Complementary color
Monochromatic Colors of #B2C672
Black with #B2C672
Text Example
Text Example
White with #B2C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C672; }
p { color: rgb(178,198,114); }
H1.HeaderClassName
{
color: #B2C672;
}
.AnyTagClassName
{
color: #B2C672;
}
</style>
background-color css
<style>
a { background-color: #B2C672; }
a { background-color: rgb(178,198,114); }
div.DivClassName
{
background-color: #B2C672;
}
.BgClassName
{
background-color: #B2C672;
}
</style>
border-color css
<style>
span { border-color: #B2C672; }
span { border-color: rgb(178,198,114); }
td.TdClassName
{
border-color: #B2C672;
}
.TagClassName
{
border-color: #B2C672;
}
</style>