#B1BE92

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

Shades of Caper #B1BE92

Tints of Caper #B1BE92

Color information

#B1BE92 (or 0xB1BE92) is unknown color: approx Caper. HEX triplet: B1, BE and 92. RGB value is (177,190,146). Sum of RGB (Red+Green+Blue) = 177+190+146=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE92 is #4E416D. Grayscale: #B5B5B5. Windows color (decimal): -5128558 or 9617073. OLE color: 9617073.

HSL color Cylindrical-coordinate representation of color #B1BE92: hue angle of 77.73º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1BE92 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB177190146-
CMYK0.0700.230.25
HSL77.73º25.29%65.88%-
HSV(B)77.73º23.16%74.51%-
XYZ41.7348.2534.31-
YUV181.1108.19125.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=34.50%
G=37.04%
B=28.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901460.0700.230.2577.7325.2965.88
HexB1BE927017194e1942
Octal26127622270273111631102
Binary101100011011111010010010111010111110011001110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE92; }

 p { color: rgb(177,190,146); }

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

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

 a { background-color: rgb(177,190,146); }

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

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

 span { border-color: rgb(177,190,146); }

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