#B1C189

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

Shades of Caper #B1C189

Tints of Caper #B1C189

Color information

#B1C189 (or 0xB1C189) is unknown color: approx Caper. HEX triplet: B1, C1 and 89. RGB value is (177,193,137). Sum of RGB (Red+Green+Blue) = 177+193+137=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C189 is #4E3E76. Grayscale: #B6B6B6. Windows color (decimal): -5127799 or 9028017. OLE color: 9028017.

HSL color Cylindrical-coordinate representation of color #B1C189: hue angle of 77.14º degrees, saturation: 0.31, 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 #B1C189 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB177193137-
CMYK0.0800.290.24
HSL77.14º31.11%64.71%-
HSV(B)77.14º29.02%75.69%-
XYZ41.7249.2930.98-
YUV181.83102.7124.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=34.91%
G=38.07%
B=27.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931370.0800.290.2477.1431.1164.71
HexB1C189801D184d1f41
Octal261301211100353011537101
Binary1011000111000001100010011000011101110001001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C189; }

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

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

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

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

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

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

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

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