#B1C191

Color #B1C191 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B1C191

Tints of Caper #B1C191

Color information

#B1C191 (or 0xB1C191) is unknown color: approx Caper. HEX triplet: B1, C1 and 91. RGB value is (177,193,145). Sum of RGB (Red+Green+Blue) = 177+193+145=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C191 is #4E3E6E. Grayscale: #B6B6B6. Windows color (decimal): -5127791 or 9552305. OLE color: 9552305.

HSL color Cylindrical-coordinate representation of color #B1C191: hue angle of 80º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1C191 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB177193145-
CMYK0.0800.250.24
HSL80º27.91%66.27%-
HSV(B)80º24.87%75.69%-
XYZ42.3149.5334.12-
YUV182.74106.7123.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=34.37%
G=37.48%
B=28.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931450.0800.250.248027.9166.27
HexB1C191801918501c42
Octal261301221100313012034102
Binary1011000111000001100100011000011001110001010000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C191; }

 p { color: rgb(177,193,145); }

 H1.HeaderClassName
 {
   color: #B1C191;
 }
 .AnyTagClassName
 {
   color: #B1C191;
 }
</style>
background-color css

<style>
 a { background-color: #B1C191; }

 a { background-color: rgb(177,193,145); }

 div.DivClassName
 {
   background-color: #B1C191;
 }
 .BgClassName
 {
   background-color: #B1C191;
 }
</style>
border-color css

<style>
 span { border-color: #B1C191; }

 span { border-color: rgb(177,193,145); }

 td.TdClassName
 {
   border-color: #B1C191;
 }
 .TagClassName
 {
   border-color: #B1C191;
 }
</style>