Shades of Caper #B1C17D
Tints of Caper #B1C17D
RGB
CMYK
RGB Variations
Color information
#B1C17D (or 0xB1C17D) is known color: Caper. HEX triplet: B1, C1 and 7D. RGB value is (177,193,125). Sum of RGB (Red+Green+Blue) = 177+193+125=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C17D is #4E3E82. Grayscale: #B4B4B4. Windows color (decimal): -5127811 or 8241585. OLE color: 8241585.
HSL color Cylindrical-coordinate representation of color #B1C17D: hue angle of 74.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1C17D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 125 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.24 |
| HSL | 74.12º | 0.35% | 0.62% | - |
| HSV(B) | 74.12º | 0.35% | 0.76% | - |
| XYZ | 40.9 | 48.97 | 26.7 | - |
| YUV | 180.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 125 | 0.08 | 0 | 0.35 | 0.24 | 74.12 | 0.35 | 0.62 |
| Hex | B1 | C1 | 7D | 8 | 0 | 23 | 18 | 4A | 23 | 3E |
| Octal | 261 | 301 | 175 | 10 | 0 | 43 | 30 | 112 | 43 | 76 |
| Binary | 10110001 | 11000001 | 1111101 | 1000 | 0 | 100011 | 11000 | 1001010 | 100011 | 111110 |
Color Harmonies of #B1C17D
Complementary color
Monochromatic Colors of #B1C17D
Black with #B1C17D
Text Example
Text Example
White with #B1C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C17D; }
p { color: rgb(177,193,125); }
H1.HeaderClassName
{
color: #B1C17D;
}
.AnyTagClassName
{
color: #B1C17D;
}
</style>
background-color css
<style>
a { background-color: #B1C17D; }
a { background-color: rgb(177,193,125); }
div.DivClassName
{
background-color: #B1C17D;
}
.BgClassName
{
background-color: #B1C17D;
}
</style>
border-color css
<style>
span { border-color: #B1C17D; }
span { border-color: rgb(177,193,125); }
td.TdClassName
{
border-color: #B1C17D;
}
.TagClassName
{
border-color: #B1C17D;
}
</style>