Shades of Caper #B2C378
Tints of Caper #B2C378
RGB
CMYK
RGB Variations
Color information
#B2C378 (or 0xB2C378) is known color: Caper. HEX triplet: B2, C3 and 78. RGB value is (178,195,120). Sum of RGB (Red+Green+Blue) = 178+195+120=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C378 is #4D3C87. Grayscale: #B5B5B5. Windows color (decimal): -5061768 or 7914418. OLE color: 7914418.
HSL color Cylindrical-coordinate representation of color #B2C378: hue angle of 73.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2C378 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 120 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.24 |
| HSL | 73.6º | 0.38% | 0.62% | - |
| HSV(B) | 73.6º | 0.38% | 0.76% | - |
| XYZ | 41.27 | 49.85 | 25.22 | - |
| YUV | 181.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 120 | 0.09 | 0 | 0.38 | 0.24 | 73.6 | 0.38 | 0.62 |
| Hex | B2 | C3 | 78 | 9 | 0 | 26 | 18 | 4A | 26 | 3E |
| Octal | 262 | 303 | 170 | 11 | 0 | 46 | 30 | 112 | 46 | 76 |
| Binary | 10110010 | 11000011 | 1111000 | 1001 | 0 | 100110 | 11000 | 1001010 | 100110 | 111110 |
Color Harmonies of #B2C378
Complementary color
Monochromatic Colors of #B2C378
Black with #B2C378
Text Example
Text Example
White with #B2C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C378; }
p { color: rgb(178,195,120); }
H1.HeaderClassName
{
color: #B2C378;
}
.AnyTagClassName
{
color: #B2C378;
}
</style>
background-color css
<style>
a { background-color: #B2C378; }
a { background-color: rgb(178,195,120); }
div.DivClassName
{
background-color: #B2C378;
}
.BgClassName
{
background-color: #B2C378;
}
</style>
border-color css
<style>
span { border-color: #B2C378; }
span { border-color: rgb(178,195,120); }
td.TdClassName
{
border-color: #B2C378;
}
.TagClassName
{
border-color: #B2C378;
}
</style>