Shades of Caper #B2C274
Tints of Caper #B2C274
RGB
CMYK
RGB Variations
Color information
#B2C274 (or 0xB2C274) is known color: Caper. HEX triplet: B2, C2 and 74. RGB value is (178,194,116). Sum of RGB (Red+Green+Blue) = 178+194+116=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C274 is #4D3D8B. Grayscale: #B4B4B4. Windows color (decimal): -5062028 or 7652018. OLE color: 7652018.
HSL color Cylindrical-coordinate representation of color #B2C274: hue angle of 72.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C274 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 116 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.24 |
| HSL | 72.31º | 0.39% | 0.61% | - |
| HSV(B) | 72.31º | 0.4% | 0.76% | - |
| XYZ | 40.8 | 49.31 | 23.89 | - |
| YUV | 180.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 116 | 0.08 | 0 | 0.40 | 0.24 | 72.31 | 0.39 | 0.61 |
| Hex | B2 | C2 | 74 | 8 | 0 | 28 | 18 | 48 | 27 | 3D |
| Octal | 262 | 302 | 164 | 10 | 0 | 50 | 30 | 110 | 47 | 75 |
| Binary | 10110010 | 11000010 | 1110100 | 1000 | 0 | 101000 | 11000 | 1001000 | 100111 | 111101 |
Color Harmonies of #B2C274
Complementary color
Monochromatic Colors of #B2C274
Black with #B2C274
Text Example
Text Example
White with #B2C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C274; }
p { color: rgb(178,194,116); }
H1.HeaderClassName
{
color: #B2C274;
}
.AnyTagClassName
{
color: #B2C274;
}
</style>
background-color css
<style>
a { background-color: #B2C274; }
a { background-color: rgb(178,194,116); }
div.DivClassName
{
background-color: #B2C274;
}
.BgClassName
{
background-color: #B2C274;
}
</style>
border-color css
<style>
span { border-color: #B2C274; }
span { border-color: rgb(178,194,116); }
td.TdClassName
{
border-color: #B2C274;
}
.TagClassName
{
border-color: #B2C274;
}
</style>