Shades of Caper #B1CC7D
Tints of Caper #B1CC7D
RGB
CMYK
RGB Variations
Color information
#B1CC7D (or 0xB1CC7D) is known color: Caper. HEX triplet: B1, CC and 7D. RGB value is (177,204,125). Sum of RGB (Red+Green+Blue) = 177+204+125=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC7D is #4E3382. Grayscale: #BBBBBB. Windows color (decimal): -5124995 or 8244401. OLE color: 8244401.
HSL color Cylindrical-coordinate representation of color #B1CC7D: hue angle of 80.51º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1CC7D is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 125 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.2 |
| HSL | 80.51º | 0.44% | 0.65% | - |
| HSV(B) | 80.51º | 0.39% | 0.8% | - |
| XYZ | 43.43 | 54.01 | 27.54 | - |
| YUV | 186.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 125 | 0.13 | 0 | 0.39 | 0.2 | 80.51 | 0.44 | 0.65 |
| Hex | B1 | CC | 7D | D | 0 | 27 | 14 | 51 | 2C | 41 |
| Octal | 261 | 314 | 175 | 15 | 0 | 47 | 24 | 121 | 54 | 101 |
| Binary | 10110001 | 11001100 | 1111101 | 1101 | 0 | 100111 | 10100 | 1010001 | 101100 | 1000001 |
Color Harmonies of #B1CC7D
Complementary color
Monochromatic Colors of #B1CC7D
Black with #B1CC7D
Text Example
Text Example
White with #B1CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC7D; }
p { color: rgb(177,204,125); }
H1.HeaderClassName
{
color: #B1CC7D;
}
.AnyTagClassName
{
color: #B1CC7D;
}
</style>
background-color css
<style>
a { background-color: #B1CC7D; }
a { background-color: rgb(177,204,125); }
div.DivClassName
{
background-color: #B1CC7D;
}
.BgClassName
{
background-color: #B1CC7D;
}
</style>
border-color css
<style>
span { border-color: #B1CC7D; }
span { border-color: rgb(177,204,125); }
td.TdClassName
{
border-color: #B1CC7D;
}
.TagClassName
{
border-color: #B1CC7D;
}
</style>