Shades of Caper #B2C273
Tints of Caper #B2C273
RGB
CMYK
RGB Variations
Color information
#B2C273 (or 0xB2C273) is known color: Caper. HEX triplet: B2, C2 and 73. RGB value is (178,194,115). Sum of RGB (Red+Green+Blue) = 178+194+115=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C273 is #4D3D8C. Grayscale: #B4B4B4. Windows color (decimal): -5062029 or 7586482. OLE color: 7586482.
HSL color Cylindrical-coordinate representation of color #B2C273: hue angle of 72.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2C273 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 115 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.24 |
| HSL | 72.15º | 0.39% | 0.61% | - |
| HSV(B) | 72.15º | 0.41% | 0.76% | - |
| XYZ | 40.75 | 49.29 | 23.59 | - |
| YUV | 180.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 115 | 0.08 | 0 | 0.41 | 0.24 | 72.15 | 0.39 | 0.61 |
| Hex | B2 | C2 | 73 | 8 | 0 | 29 | 18 | 48 | 27 | 3D |
| Octal | 262 | 302 | 163 | 10 | 0 | 51 | 30 | 110 | 47 | 75 |
| Binary | 10110010 | 11000010 | 1110011 | 1000 | 0 | 101001 | 11000 | 1001000 | 100111 | 111101 |
Color Harmonies of #B2C273
Complementary color
Monochromatic Colors of #B2C273
Black with #B2C273
Text Example
Text Example
White with #B2C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C273; }
p { color: rgb(178,194,115); }
H1.HeaderClassName
{
color: #B2C273;
}
.AnyTagClassName
{
color: #B2C273;
}
</style>
background-color css
<style>
a { background-color: #B2C273; }
a { background-color: rgb(178,194,115); }
div.DivClassName
{
background-color: #B2C273;
}
.BgClassName
{
background-color: #B2C273;
}
</style>
border-color css
<style>
span { border-color: #B2C273; }
span { border-color: rgb(178,194,115); }
td.TdClassName
{
border-color: #B2C273;
}
.TagClassName
{
border-color: #B2C273;
}
</style>