Shades of Caper #B2D078
Tints of Caper #B2D078
RGB
CMYK
RGB Variations
Color information
#B2D078 (or 0xB2D078) is known color: Caper. HEX triplet: B2, D0 and 78. RGB value is (178,208,120). Sum of RGB (Red+Green+Blue) = 178+208+120=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D078 is #4D2F87. Grayscale: #BDBDBD. Windows color (decimal): -5058440 or 7917746. OLE color: 7917746.
HSL color Cylindrical-coordinate representation of color #B2D078: hue angle of 80.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D078 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 120 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.18 |
| HSL | 80.45º | 0.48% | 0.64% | - |
| HSV(B) | 80.45º | 0.42% | 0.82% | - |
| XYZ | 44.31 | 55.93 | 26.23 | - |
| YUV | 189 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 120 | 0.14 | 0 | 0.42 | 0.18 | 80.45 | 0.48 | 0.64 |
| Hex | B2 | D0 | 78 | E | 0 | 2A | 12 | 50 | 30 | 40 |
| Octal | 262 | 320 | 170 | 16 | 0 | 52 | 22 | 120 | 60 | 100 |
| Binary | 10110010 | 11010000 | 1111000 | 1110 | 0 | 101010 | 10010 | 1010000 | 110000 | 1000000 |
Color Harmonies of #B2D078
Complementary color
Monochromatic Colors of #B2D078
Black with #B2D078
Text Example
Text Example
White with #B2D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D078; }
p { color: rgb(178,208,120); }
H1.HeaderClassName
{
color: #B2D078;
}
.AnyTagClassName
{
color: #B2D078;
}
</style>
background-color css
<style>
a { background-color: #B2D078; }
a { background-color: rgb(178,208,120); }
div.DivClassName
{
background-color: #B2D078;
}
.BgClassName
{
background-color: #B2D078;
}
</style>
border-color css
<style>
span { border-color: #B2D078; }
span { border-color: rgb(178,208,120); }
td.TdClassName
{
border-color: #B2D078;
}
.TagClassName
{
border-color: #B2D078;
}
</style>