Shades of Caper #B2D57B
Tints of Caper #B2D57B
RGB
CMYK
RGB Variations
Color information
#B2D57B (or 0xB2D57B) is known color: Caper. HEX triplet: B2, D5 and 7B. RGB value is (178,213,123). Sum of RGB (Red+Green+Blue) = 178+213+123=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57B is #4D2A84. Grayscale: #C0C0C0. Windows color (decimal): -5057157 or 8115634. OLE color: 8115634.
HSL color Cylindrical-coordinate representation of color #B2D57B: hue angle of 83.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D57B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 123 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.16 |
| HSL | 83.33º | 0.52% | 0.66% | - |
| HSV(B) | 83.33º | 0.42% | 0.84% | - |
| XYZ | 45.73 | 58.48 | 27.62 | - |
| YUV | 192.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 123 | 0.16 | 0 | 0.42 | 0.16 | 83.33 | 0.52 | 0.66 |
| Hex | B2 | D5 | 7B | 10 | 0 | 2A | 10 | 53 | 34 | 42 |
| Octal | 262 | 325 | 173 | 20 | 0 | 52 | 20 | 123 | 64 | 102 |
| Binary | 10110010 | 11010101 | 1111011 | 10000 | 0 | 101010 | 10000 | 1010011 | 110100 | 1000010 |
Color Harmonies of #B2D57B
Complementary color
Monochromatic Colors of #B2D57B
Black with #B2D57B
Text Example
Text Example
White with #B2D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D57B; }
p { color: rgb(178,213,123); }
H1.HeaderClassName
{
color: #B2D57B;
}
.AnyTagClassName
{
color: #B2D57B;
}
</style>
background-color css
<style>
a { background-color: #B2D57B; }
a { background-color: rgb(178,213,123); }
div.DivClassName
{
background-color: #B2D57B;
}
.BgClassName
{
background-color: #B2D57B;
}
</style>
border-color css
<style>
span { border-color: #B2D57B; }
span { border-color: rgb(178,213,123); }
td.TdClassName
{
border-color: #B2D57B;
}
.TagClassName
{
border-color: #B2D57B;
}
</style>