#B1BE71

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

Shades of Caper #B1BE71

Tints of Caper #B1BE71

Color information

#B1BE71 (or 0xB1BE71) is unknown color: approx Caper. HEX triplet: B1, BE and 71. RGB value is (177,190,113). Sum of RGB (Red+Green+Blue) = 177+190+113=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE71 is #4E418E. Grayscale: #B1B1B1. Windows color (decimal): -5128591 or 7454385. OLE color: 7454385.

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

Color convert

RGB177190113-
CMYK0.0700.410.25
HSL70.13º37.2%59.41%-
HSV(B)70.13º40.53%74.51%-
XYZ39.5347.3722.68-
YUV177.3391.69127.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=36.88%
G=39.58%
B=23.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901130.0700.410.2570.1337.259.41
HexB1BE7170291946253b
Octal2612761617051311064573
Binary101100011011111011100011110101001110011000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE71; }

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

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

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

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

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

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

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

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