Shades of Caper #B2C78C
Tints of Caper #B2C78C
RGB
CMYK
RGB Variations
Color information
#B2C78C (or 0xB2C78C) is known color: Caper. HEX triplet: B2, C7 and 8C. RGB value is (178,199,140). Sum of RGB (Red+Green+Blue) = 178+199+140=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C78C is #4D3873. Grayscale: #BABABA. Windows color (decimal): -5060724 or 9226162. OLE color: 9226162.
HSL color Cylindrical-coordinate representation of color #B2C78C: hue angle of 81.36º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C78C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 140 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.22 |
| HSL | 81.36º | 0.35% | 0.66% | - |
| HSV(B) | 81.36º | 0.3% | 0.78% | - |
| XYZ | 43.52 | 52.21 | 32.59 | - |
| YUV | 186 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 140 | 0.11 | 0 | 0.30 | 0.22 | 81.36 | 0.35 | 0.66 |
| Hex | B2 | C7 | 8C | B | 0 | 1E | 16 | 51 | 23 | 42 |
| Octal | 262 | 307 | 214 | 13 | 0 | 36 | 26 | 121 | 43 | 102 |
| Binary | 10110010 | 11000111 | 10001100 | 1011 | 0 | 11110 | 10110 | 1010001 | 100011 | 1000010 |
Color Harmonies of #B2C78C
Complementary color
Monochromatic Colors of #B2C78C
Black with #B2C78C
Text Example
Text Example
White with #B2C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C78C; }
p { color: rgb(178,199,140); }
H1.HeaderClassName
{
color: #B2C78C;
}
.AnyTagClassName
{
color: #B2C78C;
}
</style>
background-color css
<style>
a { background-color: #B2C78C; }
a { background-color: rgb(178,199,140); }
div.DivClassName
{
background-color: #B2C78C;
}
.BgClassName
{
background-color: #B2C78C;
}
</style>
border-color css
<style>
span { border-color: #B2C78C; }
span { border-color: rgb(178,199,140); }
td.TdClassName
{
border-color: #B2C78C;
}
.TagClassName
{
border-color: #B2C78C;
}
</style>