Shades of Caper #B1CA7D
Tints of Caper #B1CA7D
RGB
CMYK
RGB Variations
Color information
#B1CA7D (or 0xB1CA7D) is known color: Caper. HEX triplet: B1, CA and 7D. RGB value is (177,202,125). Sum of RGB (Red+Green+Blue) = 177+202+125=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA7D is #4E3582. Grayscale: #BABABA. Windows color (decimal): -5125507 or 8243889. OLE color: 8243889.
HSL color Cylindrical-coordinate representation of color #B1CA7D: hue angle of 79.48º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1CA7D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 125 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.21 |
| HSL | 79.48º | 0.42% | 0.64% | - |
| HSV(B) | 79.48º | 0.38% | 0.79% | - |
| XYZ | 42.95 | 53.07 | 27.38 | - |
| YUV | 185.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 125 | 0.12 | 0 | 0.38 | 0.21 | 79.48 | 0.42 | 0.64 |
| Hex | B1 | CA | 7D | C | 0 | 26 | 15 | 4F | 2A | 40 |
| Octal | 261 | 312 | 175 | 14 | 0 | 46 | 25 | 117 | 52 | 100 |
| Binary | 10110001 | 11001010 | 1111101 | 1100 | 0 | 100110 | 10101 | 1001111 | 101010 | 1000000 |
Color Harmonies of #B1CA7D
Complementary color
Monochromatic Colors of #B1CA7D
Black with #B1CA7D
Text Example
Text Example
White with #B1CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA7D; }
p { color: rgb(177,202,125); }
H1.HeaderClassName
{
color: #B1CA7D;
}
.AnyTagClassName
{
color: #B1CA7D;
}
</style>
background-color css
<style>
a { background-color: #B1CA7D; }
a { background-color: rgb(177,202,125); }
div.DivClassName
{
background-color: #B1CA7D;
}
.BgClassName
{
background-color: #B1CA7D;
}
</style>
border-color css
<style>
span { border-color: #B1CA7D; }
span { border-color: rgb(177,202,125); }
td.TdClassName
{
border-color: #B1CA7D;
}
.TagClassName
{
border-color: #B1CA7D;
}
</style>