Shades of Caper #B2C078
Tints of Caper #B2C078
RGB
CMYK
RGB Variations
Color information
#B2C078 (or 0xB2C078) is known color: Caper. HEX triplet: B2, C0 and 78. RGB value is (178,192,120). Sum of RGB (Red+Green+Blue) = 178+192+120=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C078 is #4D3F87. Grayscale: #B3B3B3. Windows color (decimal): -5062536 or 7913650. OLE color: 7913650.
HSL color Cylindrical-coordinate representation of color #B2C078: hue angle of 71.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2C078 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 120 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.25 |
| HSL | 71.67º | 0.36% | 0.61% | - |
| HSV(B) | 71.67º | 0.38% | 0.75% | - |
| XYZ | 40.6 | 48.52 | 24.99 | - |
| YUV | 179.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 120 | 0.07 | 0 | 0.38 | 0.25 | 71.67 | 0.36 | 0.61 |
| Hex | B2 | C0 | 78 | 7 | 0 | 26 | 19 | 48 | 24 | 3D |
| Octal | 262 | 300 | 170 | 7 | 0 | 46 | 31 | 110 | 44 | 75 |
| Binary | 10110010 | 11000000 | 1111000 | 111 | 0 | 100110 | 11001 | 1001000 | 100100 | 111101 |
Color Harmonies of #B2C078
Complementary color
Monochromatic Colors of #B2C078
Black with #B2C078
Text Example
Text Example
White with #B2C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C078; }
p { color: rgb(178,192,120); }
H1.HeaderClassName
{
color: #B2C078;
}
.AnyTagClassName
{
color: #B2C078;
}
</style>
background-color css
<style>
a { background-color: #B2C078; }
a { background-color: rgb(178,192,120); }
div.DivClassName
{
background-color: #B2C078;
}
.BgClassName
{
background-color: #B2C078;
}
</style>
border-color css
<style>
span { border-color: #B2C078; }
span { border-color: rgb(178,192,120); }
td.TdClassName
{
border-color: #B2C078;
}
.TagClassName
{
border-color: #B2C078;
}
</style>