#B1C185

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

Shades of Caper #B1C185

Tints of Caper #B1C185

Color information

#B1C185 (or 0xB1C185) is unknown color: approx Caper. HEX triplet: B1, C1 and 85. RGB value is (177,193,133). Sum of RGB (Red+Green+Blue) = 177+193+133=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C185 is #4E3E7A. Grayscale: #B5B5B5. Windows color (decimal): -5127803 or 8765873. OLE color: 8765873.

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

Color convert

RGB177193133-
CMYK0.0800.310.24
HSL76º32.61%63.92%-
HSV(B)76º31.09%75.69%-
XYZ41.4449.1829.5-
YUV181.38100.7124.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=35.19%
G=38.37%
B=26.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931330.0800.310.247632.6163.92
HexB1C185801F184c2140
Octal261301205100373011441100
Binary10110001110000011000010110000111111100010011001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C185; }

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

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

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

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

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

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

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

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