Shades of Caper #B2CB73
Tints of Caper #B2CB73
RGB
CMYK
RGB Variations
Color information
#B2CB73 (or 0xB2CB73) is known color: Caper. HEX triplet: B2, CB and 73. RGB value is (178,203,115). Sum of RGB (Red+Green+Blue) = 178+203+115=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB73 is #4D348C. Grayscale: #B9B9B9. Windows color (decimal): -5059725 or 7588786. OLE color: 7588786.
HSL color Cylindrical-coordinate representation of color #B2CB73: hue angle of 77.05º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2CB73 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 115 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.20 |
| HSL | 77.05º | 0.46% | 0.62% | - |
| HSV(B) | 77.05º | 0.43% | 0.8% | - |
| XYZ | 42.81 | 53.41 | 24.27 | - |
| YUV | 185.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 115 | 0.12 | 0 | 0.43 | 0.20 | 77.05 | 0.46 | 0.62 |
| Hex | B2 | CB | 73 | C | 0 | 2B | 14 | 4D | 2E | 3E |
| Octal | 262 | 313 | 163 | 14 | 0 | 53 | 24 | 115 | 56 | 76 |
| Binary | 10110010 | 11001011 | 1110011 | 1100 | 0 | 101011 | 10100 | 1001101 | 101110 | 111110 |
Color Harmonies of #B2CB73
Complementary color
Monochromatic Colors of #B2CB73
Black with #B2CB73
Text Example
Text Example
White with #B2CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB73; }
p { color: rgb(178,203,115); }
H1.HeaderClassName
{
color: #B2CB73;
}
.AnyTagClassName
{
color: #B2CB73;
}
</style>
background-color css
<style>
a { background-color: #B2CB73; }
a { background-color: rgb(178,203,115); }
div.DivClassName
{
background-color: #B2CB73;
}
.BgClassName
{
background-color: #B2CB73;
}
</style>
border-color css
<style>
span { border-color: #B2CB73; }
span { border-color: rgb(178,203,115); }
td.TdClassName
{
border-color: #B2CB73;
}
.TagClassName
{
border-color: #B2CB73;
}
</style>