Shades of Caper #B1CC73
Tints of Caper #B1CC73
RGB
CMYK
RGB Variations
Color information
#B1CC73 (or 0xB1CC73) is known color: Caper. HEX triplet: B1, CC and 73. RGB value is (177,204,115). Sum of RGB (Red+Green+Blue) = 177+204+115=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC73 is #4E338C. Grayscale: #BABABA. Windows color (decimal): -5125005 or 7589041. OLE color: 7589041.
HSL color Cylindrical-coordinate representation of color #B1CC73: hue angle of 78.2º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1CC73 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 115 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.2 |
| HSL | 78.2º | 0.47% | 0.63% | - |
| HSV(B) | 78.2º | 0.44% | 0.8% | - |
| XYZ | 42.82 | 53.77 | 24.34 | - |
| YUV | 185.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 115 | 0.13 | 0 | 0.44 | 0.2 | 78.2 | 0.47 | 0.63 |
| Hex | B1 | CC | 73 | D | 0 | 2C | 14 | 4E | 2F | 3F |
| Octal | 261 | 314 | 163 | 15 | 0 | 54 | 24 | 116 | 57 | 77 |
| Binary | 10110001 | 11001100 | 1110011 | 1101 | 0 | 101100 | 10100 | 1001110 | 101111 | 111111 |
Color Harmonies of #B1CC73
Complementary color
Monochromatic Colors of #B1CC73
Black with #B1CC73
Text Example
Text Example
White with #B1CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC73; }
p { color: rgb(177,204,115); }
H1.HeaderClassName
{
color: #B1CC73;
}
.AnyTagClassName
{
color: #B1CC73;
}
</style>
background-color css
<style>
a { background-color: #B1CC73; }
a { background-color: rgb(177,204,115); }
div.DivClassName
{
background-color: #B1CC73;
}
.BgClassName
{
background-color: #B1CC73;
}
</style>
border-color css
<style>
span { border-color: #B1CC73; }
span { border-color: rgb(177,204,115); }
td.TdClassName
{
border-color: #B1CC73;
}
.TagClassName
{
border-color: #B1CC73;
}
</style>