Shades of Caper #B2C574
Tints of Caper #B2C574
RGB
CMYK
RGB Variations
Color information
#B2C574 (or 0xB2C574) is known color: Caper. HEX triplet: B2, C5 and 74. RGB value is (178,197,116). Sum of RGB (Red+Green+Blue) = 178+197+116=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C574 is #4D3A8B. Grayscale: #B6B6B6. Windows color (decimal): -5061260 or 7652786. OLE color: 7652786.
HSL color Cylindrical-coordinate representation of color #B2C574: hue angle of 74.07º 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 #B2C574 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 116 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.23 |
| HSL | 74.07º | 0.41% | 0.61% | - |
| HSV(B) | 74.07º | 0.41% | 0.77% | - |
| XYZ | 41.48 | 50.66 | 24.11 | - |
| YUV | 182.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 116 | 0.10 | 0 | 0.41 | 0.23 | 74.07 | 0.41 | 0.61 |
| Hex | B2 | C5 | 74 | A | 0 | 29 | 17 | 4A | 29 | 3D |
| Octal | 262 | 305 | 164 | 12 | 0 | 51 | 27 | 112 | 51 | 75 |
| Binary | 10110010 | 11000101 | 1110100 | 1010 | 0 | 101001 | 10111 | 1001010 | 101001 | 111101 |
Color Harmonies of #B2C574
Complementary color
Monochromatic Colors of #B2C574
Black with #B2C574
Text Example
Text Example
White with #B2C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C574; }
p { color: rgb(178,197,116); }
H1.HeaderClassName
{
color: #B2C574;
}
.AnyTagClassName
{
color: #B2C574;
}
</style>
background-color css
<style>
a { background-color: #B2C574; }
a { background-color: rgb(178,197,116); }
div.DivClassName
{
background-color: #B2C574;
}
.BgClassName
{
background-color: #B2C574;
}
</style>
border-color css
<style>
span { border-color: #B2C574; }
span { border-color: rgb(178,197,116); }
td.TdClassName
{
border-color: #B2C574;
}
.TagClassName
{
border-color: #B2C574;
}
</style>