Shades of Caper #B1CD7B
Tints of Caper #B1CD7B
RGB
CMYK
RGB Variations
Color information
#B1CD7B (or 0xB1CD7B) is known color: Caper. HEX triplet: B1, CD and 7B. RGB value is (177,205,123). Sum of RGB (Red+Green+Blue) = 177+205+123=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD7B is #4E3284. Grayscale: #BBBBBB. Windows color (decimal): -5124741 or 8113585. OLE color: 8113585.
HSL color Cylindrical-coordinate representation of color #B1CD7B: hue angle of 80.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1CD7B is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 123 | - |
| CMYK | 0.14 | 0 | 0.4 | 0.20 |
| HSL | 80.49º | 0.45% | 0.64% | - |
| HSV(B) | 80.49º | 0.4% | 0.8% | - |
| XYZ | 43.54 | 54.44 | 26.95 | - |
| YUV | 187.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 123 | 0.14 | 0 | 0.4 | 0.20 | 80.49 | 0.45 | 0.64 |
| Hex | B1 | CD | 7B | E | 0 | 28 | 14 | 50 | 2D | 40 |
| Octal | 261 | 315 | 173 | 16 | 0 | 50 | 24 | 120 | 55 | 100 |
| Binary | 10110001 | 11001101 | 1111011 | 1110 | 0 | 101000 | 10100 | 1010000 | 101101 | 1000000 |
Color Harmonies of #B1CD7B
Complementary color
Monochromatic Colors of #B1CD7B
Black with #B1CD7B
Text Example
Text Example
White with #B1CD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CD7B; }
p { color: rgb(177,205,123); }
H1.HeaderClassName
{
color: #B1CD7B;
}
.AnyTagClassName
{
color: #B1CD7B;
}
</style>
background-color css
<style>
a { background-color: #B1CD7B; }
a { background-color: rgb(177,205,123); }
div.DivClassName
{
background-color: #B1CD7B;
}
.BgClassName
{
background-color: #B1CD7B;
}
</style>
border-color css
<style>
span { border-color: #B1CD7B; }
span { border-color: rgb(177,205,123); }
td.TdClassName
{
border-color: #B1CD7B;
}
.TagClassName
{
border-color: #B1CD7B;
}
</style>