Shades of Caper #B1C773
Tints of Caper #B1C773
RGB
CMYK
RGB Variations
Color information
#B1C773 (or 0xB1C773) is known color: Caper. HEX triplet: B1, C7 and 73. RGB value is (177,199,115). Sum of RGB (Red+Green+Blue) = 177+199+115=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C773 is #4E388C. Grayscale: #B7B7B7. Windows color (decimal): -5126285 or 7587761. OLE color: 7587761.
HSL color Cylindrical-coordinate representation of color #B1C773: hue angle of 75.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1C773 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 115 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.22 |
| HSL | 75.71º | 0.43% | 0.62% | - |
| HSV(B) | 75.71º | 0.42% | 0.78% | - |
| XYZ | 41.65 | 51.43 | 23.95 | - |
| YUV | 182.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 115 | 0.11 | 0 | 0.42 | 0.22 | 75.71 | 0.43 | 0.62 |
| Hex | B1 | C7 | 73 | B | 0 | 2A | 16 | 4C | 2B | 3E |
| Octal | 261 | 307 | 163 | 13 | 0 | 52 | 26 | 114 | 53 | 76 |
| Binary | 10110001 | 11000111 | 1110011 | 1011 | 0 | 101010 | 10110 | 1001100 | 101011 | 111110 |
Color Harmonies of #B1C773
Complementary color
Monochromatic Colors of #B1C773
Black with #B1C773
Text Example
Text Example
White with #B1C773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C773; }
p { color: rgb(177,199,115); }
H1.HeaderClassName
{
color: #B1C773;
}
.AnyTagClassName
{
color: #B1C773;
}
</style>
background-color css
<style>
a { background-color: #B1C773; }
a { background-color: rgb(177,199,115); }
div.DivClassName
{
background-color: #B1C773;
}
.BgClassName
{
background-color: #B1C773;
}
</style>
border-color css
<style>
span { border-color: #B1C773; }
span { border-color: rgb(177,199,115); }
td.TdClassName
{
border-color: #B1C773;
}
.TagClassName
{
border-color: #B1C773;
}
</style>