#B1BA7E

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

Shades of Caper #B1BA7E

Tints of Caper #B1BA7E

Color information

#B1BA7E (or 0xB1BA7E) is unknown color: approx Caper. HEX triplet: B1, BA and 7E. RGB value is (177,186,126). Sum of RGB (Red+Green+Blue) = 177+186+126=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA7E is #4E4581. Grayscale: #B0B0B0. Windows color (decimal): -5129602 or 8305329. OLE color: 8305329.

HSL color Cylindrical-coordinate representation of color #B1BA7E: hue angle of 69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1BA7E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB177186126-
CMYK0.0500.320.27
HSL69º30.3%61.18%-
HSV(B)69º32.26%72.94%-
XYZ39.4645.9726.53-
YUV176.4799.52128.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=36.20%
G=38.04%
B=25.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861260.0500.320.276930.361.18
HexB1BA7E50201B451e3d
Octal2612721765040331053675
Binary10110001101110101111110101010000011011100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA7E; }

 p { color: rgb(177,186,126); }

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

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

 a { background-color: rgb(177,186,126); }

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

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

 span { border-color: rgb(177,186,126); }

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