#B1BA88

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

Shades of Caper #B1BA88

Tints of Caper #B1BA88

Color information

#B1BA88 (or 0xB1BA88) is unknown color: approx Caper. HEX triplet: B1, BA and 88. RGB value is (177,186,136). Sum of RGB (Red+Green+Blue) = 177+186+136=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA88 is #4E4577. Grayscale: #B1B1B1. Windows color (decimal): -5129592 or 8960689. OLE color: 8960689.

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

Color convert

RGB177186136-
CMYK0.0500.270.27
HSL70.8º26.6%63.14%-
HSV(B)70.8º26.88%72.94%-
XYZ40.1346.2430.1-
YUV177.61104.52127.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=35.47%
G=37.27%
B=27.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861360.0500.270.2770.826.663.14
HexB1BA88501B1B471b3f
Octal2612722105033331073377
Binary10110001101110101000100010101101111011100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA88; }

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

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

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

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

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

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

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

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