Shades of Caper #B2C57B
Tints of Caper #B2C57B
RGB
CMYK
RGB Variations
Color information
#B2C57B (or 0xB2C57B) is known color: Caper. HEX triplet: B2, C5 and 7B. RGB value is (178,197,123). Sum of RGB (Red+Green+Blue) = 178+197+123=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C57B is #4D3A84. Grayscale: #B7B7B7. Windows color (decimal): -5061253 or 8111538. OLE color: 8111538.
HSL color Cylindrical-coordinate representation of color #B2C57B: hue angle of 75.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2C57B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 123 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.23 |
| HSL | 75.41º | 0.39% | 0.63% | - |
| HSV(B) | 75.41º | 0.38% | 0.77% | - |
| XYZ | 41.9 | 50.83 | 26.34 | - |
| YUV | 182.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 123 | 0.10 | 0 | 0.38 | 0.23 | 75.41 | 0.39 | 0.63 |
| Hex | B2 | C5 | 7B | A | 0 | 26 | 17 | 4B | 27 | 3F |
| Octal | 262 | 305 | 173 | 12 | 0 | 46 | 27 | 113 | 47 | 77 |
| Binary | 10110010 | 11000101 | 1111011 | 1010 | 0 | 100110 | 10111 | 1001011 | 100111 | 111111 |
Color Harmonies of #B2C57B
Complementary color
Monochromatic Colors of #B2C57B
Black with #B2C57B
Text Example
Text Example
White with #B2C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C57B; }
p { color: rgb(178,197,123); }
H1.HeaderClassName
{
color: #B2C57B;
}
.AnyTagClassName
{
color: #B2C57B;
}
</style>
background-color css
<style>
a { background-color: #B2C57B; }
a { background-color: rgb(178,197,123); }
div.DivClassName
{
background-color: #B2C57B;
}
.BgClassName
{
background-color: #B2C57B;
}
</style>
border-color css
<style>
span { border-color: #B2C57B; }
span { border-color: rgb(178,197,123); }
td.TdClassName
{
border-color: #B2C57B;
}
.TagClassName
{
border-color: #B2C57B;
}
</style>