Shades of Caper #B1C68D
Tints of Caper #B1C68D
RGB
CMYK
RGB Variations
Color information
#B1C68D (or 0xB1C68D) is known color: Caper. HEX triplet: B1, C6 and 8D. RGB value is (177,198,141). Sum of RGB (Red+Green+Blue) = 177+198+141=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C68D is #4E3972. Grayscale: #B9B9B9. Windows color (decimal): -5126515 or 9291441. OLE color: 9291441.
HSL color Cylindrical-coordinate representation of color #B1C68D: hue angle of 82.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C68D is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 141 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.22 |
| HSL | 82.11º | 0.33% | 0.66% | - |
| HSV(B) | 82.11º | 0.29% | 0.78% | - |
| XYZ | 43.13 | 51.66 | 32.9 | - |
| YUV | 185.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 141 | 0.11 | 0 | 0.29 | 0.22 | 82.11 | 0.33 | 0.66 |
| Hex | B1 | C6 | 8D | B | 0 | 1D | 16 | 52 | 21 | 42 |
| Octal | 261 | 306 | 215 | 13 | 0 | 35 | 26 | 122 | 41 | 102 |
| Binary | 10110001 | 11000110 | 10001101 | 1011 | 0 | 11101 | 10110 | 1010010 | 100001 | 1000010 |
Color Harmonies of #B1C68D
Complementary color
Monochromatic Colors of #B1C68D
Black with #B1C68D
Text Example
Text Example
White with #B1C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C68D; }
p { color: rgb(177,198,141); }
H1.HeaderClassName
{
color: #B1C68D;
}
.AnyTagClassName
{
color: #B1C68D;
}
</style>
background-color css
<style>
a { background-color: #B1C68D; }
a { background-color: rgb(177,198,141); }
div.DivClassName
{
background-color: #B1C68D;
}
.BgClassName
{
background-color: #B1C68D;
}
</style>
border-color css
<style>
span { border-color: #B1C68D; }
span { border-color: rgb(177,198,141); }
td.TdClassName
{
border-color: #B1C68D;
}
.TagClassName
{
border-color: #B1C68D;
}
</style>