Shades of Caper #B1C38A
Tints of Caper #B1C38A
RGB
CMYK
RGB Variations
Color information
#B1C38A (or 0xB1C38A) is known color: Caper. HEX triplet: B1, C3 and 8A. RGB value is (177,195,138). Sum of RGB (Red+Green+Blue) = 177+195+138=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C38A is #4E3C75. Grayscale: #B7B7B7. Windows color (decimal): -5127286 or 9094065. OLE color: 9094065.
HSL color Cylindrical-coordinate representation of color #B1C38A: hue angle of 78.95º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C38A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 138 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.24 |
| HSL | 78.95º | 0.32% | 0.65% | - |
| HSV(B) | 78.95º | 0.29% | 0.76% | - |
| XYZ | 42.23 | 50.21 | 31.51 | - |
| YUV | 183.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 138 | 0.09 | 0 | 0.29 | 0.24 | 78.95 | 0.32 | 0.65 |
| Hex | B1 | C3 | 8A | 9 | 0 | 1D | 18 | 4F | 20 | 41 |
| Octal | 261 | 303 | 212 | 11 | 0 | 35 | 30 | 117 | 40 | 101 |
| Binary | 10110001 | 11000011 | 10001010 | 1001 | 0 | 11101 | 11000 | 1001111 | 100000 | 1000001 |
Color Harmonies of #B1C38A
Complementary color
Monochromatic Colors of #B1C38A
Black with #B1C38A
Text Example
Text Example
White with #B1C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C38A; }
p { color: rgb(177,195,138); }
H1.HeaderClassName
{
color: #B1C38A;
}
.AnyTagClassName
{
color: #B1C38A;
}
</style>
background-color css
<style>
a { background-color: #B1C38A; }
a { background-color: rgb(177,195,138); }
div.DivClassName
{
background-color: #B1C38A;
}
.BgClassName
{
background-color: #B1C38A;
}
</style>
border-color css
<style>
span { border-color: #B1C38A; }
span { border-color: rgb(177,195,138); }
td.TdClassName
{
border-color: #B1C38A;
}
.TagClassName
{
border-color: #B1C38A;
}
</style>