Shades of Caper #B2D481
Tints of Caper #B2D481
RGB
CMYK
RGB Variations
Color information
#B2D481 (or 0xB2D481) is known color: Caper. HEX triplet: B2, D4 and 81. RGB value is (178,212,129). Sum of RGB (Red+Green+Blue) = 178+212+129=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D481 is #4D2B7E. Grayscale: #C0C0C0. Windows color (decimal): -5057407 or 8508594. OLE color: 8508594.
HSL color Cylindrical-coordinate representation of color #B2D481: hue angle of 84.58º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D481 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 129 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.17 |
| HSL | 84.58º | 0.49% | 0.67% | - |
| HSV(B) | 84.58º | 0.39% | 0.83% | - |
| XYZ | 45.87 | 58.14 | 29.57 | - |
| YUV | 192.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 129 | 0.16 | 0 | 0.39 | 0.17 | 84.58 | 0.49 | 0.67 |
| Hex | B2 | D4 | 81 | 10 | 0 | 27 | 11 | 55 | 31 | 43 |
| Octal | 262 | 324 | 201 | 20 | 0 | 47 | 21 | 125 | 61 | 103 |
| Binary | 10110010 | 11010100 | 10000001 | 10000 | 0 | 100111 | 10001 | 1010101 | 110001 | 1000011 |
Color Harmonies of #B2D481
Complementary color
Monochromatic Colors of #B2D481
Black with #B2D481
Text Example
Text Example
White with #B2D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D481; }
p { color: rgb(178,212,129); }
H1.HeaderClassName
{
color: #B2D481;
}
.AnyTagClassName
{
color: #B2D481;
}
</style>
background-color css
<style>
a { background-color: #B2D481; }
a { background-color: rgb(178,212,129); }
div.DivClassName
{
background-color: #B2D481;
}
.BgClassName
{
background-color: #B2D481;
}
</style>
border-color css
<style>
span { border-color: #B2D481; }
span { border-color: rgb(178,212,129); }
td.TdClassName
{
border-color: #B2D481;
}
.TagClassName
{
border-color: #B2D481;
}
</style>