Shades of Caper #B2D380
Tints of Caper #B2D380
RGB
CMYK
RGB Variations
Color information
#B2D380 (or 0xB2D380) is known color: Caper. HEX triplet: B2, D3 and 80. RGB value is (178,211,128). Sum of RGB (Red+Green+Blue) = 178+211+128=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D380 is #4D2C7F. Grayscale: #BFBFBF. Windows color (decimal): -5057664 or 8442802. OLE color: 8442802.
HSL color Cylindrical-coordinate representation of color #B2D380: hue angle of 83.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D380 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 128 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.17 |
| HSL | 83.86º | 0.49% | 0.66% | - |
| HSV(B) | 83.86º | 0.39% | 0.83% | - |
| XYZ | 45.55 | 57.61 | 29.14 | - |
| YUV | 191.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 128 | 0.16 | 0 | 0.39 | 0.17 | 83.86 | 0.49 | 0.66 |
| Hex | B2 | D3 | 80 | 10 | 0 | 27 | 11 | 54 | 31 | 42 |
| Octal | 262 | 323 | 200 | 20 | 0 | 47 | 21 | 124 | 61 | 102 |
| Binary | 10110010 | 11010011 | 10000000 | 10000 | 0 | 100111 | 10001 | 1010100 | 110001 | 1000010 |
Color Harmonies of #B2D380
Complementary color
Monochromatic Colors of #B2D380
Black with #B2D380
Text Example
Text Example
White with #B2D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D380; }
p { color: rgb(178,211,128); }
H1.HeaderClassName
{
color: #B2D380;
}
.AnyTagClassName
{
color: #B2D380;
}
</style>
background-color css
<style>
a { background-color: #B2D380; }
a { background-color: rgb(178,211,128); }
div.DivClassName
{
background-color: #B2D380;
}
.BgClassName
{
background-color: #B2D380;
}
</style>
border-color css
<style>
span { border-color: #B2D380; }
span { border-color: rgb(178,211,128); }
td.TdClassName
{
border-color: #B2D380;
}
.TagClassName
{
border-color: #B2D380;
}
</style>