Shades of Caper #B2CE78
Tints of Caper #B2CE78
RGB
CMYK
RGB Variations
Color information
#B2CE78 (or 0xB2CE78) is known color: Caper. HEX triplet: B2, CE and 78. RGB value is (178,206,120). Sum of RGB (Red+Green+Blue) = 178+206+120=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE78 is #4D3187. Grayscale: #BCBCBC. Windows color (decimal): -5058952 or 7917234. OLE color: 7917234.
HSL color Cylindrical-coordinate representation of color #B2CE78: hue angle of 79.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2CE78 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 120 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.19 |
| HSL | 79.53º | 0.47% | 0.64% | - |
| HSV(B) | 79.53º | 0.42% | 0.81% | - |
| XYZ | 43.82 | 54.96 | 26.07 | - |
| YUV | 187.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 120 | 0.14 | 0 | 0.42 | 0.19 | 79.53 | 0.47 | 0.64 |
| Hex | B2 | CE | 78 | E | 0 | 2A | 13 | 50 | 2F | 40 |
| Octal | 262 | 316 | 170 | 16 | 0 | 52 | 23 | 120 | 57 | 100 |
| Binary | 10110010 | 11001110 | 1111000 | 1110 | 0 | 101010 | 10011 | 1010000 | 101111 | 1000000 |
Color Harmonies of #B2CE78
Complementary color
Monochromatic Colors of #B2CE78
Black with #B2CE78
Text Example
Text Example
White with #B2CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE78; }
p { color: rgb(178,206,120); }
H1.HeaderClassName
{
color: #B2CE78;
}
.AnyTagClassName
{
color: #B2CE78;
}
</style>
background-color css
<style>
a { background-color: #B2CE78; }
a { background-color: rgb(178,206,120); }
div.DivClassName
{
background-color: #B2CE78;
}
.BgClassName
{
background-color: #B2CE78;
}
</style>
border-color css
<style>
span { border-color: #B2CE78; }
span { border-color: rgb(178,206,120); }
td.TdClassName
{
border-color: #B2CE78;
}
.TagClassName
{
border-color: #B2CE78;
}
</style>