#B1BF7F

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

Shades of Caper #B1BF7F

Tints of Caper #B1BF7F

Color information

#B1BF7F (or 0xB1BF7F) is unknown color: approx Caper. HEX triplet: B1, BF and 7F. RGB value is (177,191,127). Sum of RGB (Red+Green+Blue) = 177+191+127=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF7F is #4E4080. Grayscale: #B3B3B3. Windows color (decimal): -5128321 or 8372145. OLE color: 8372145.

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

Color convert

RGB177191127-
CMYK0.0700.340.25
HSL73.12º33.33%62.35%-
HSV(B)73.12º33.51%74.9%-
XYZ40.5948.1427.23-
YUV179.5298.36126.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 127 (50% from 255) = 25.66%
R=35.76%
G=38.59%
B=25.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911270.0700.340.2573.1233.3362.35
HexB1BF7F70221949213e
Octal2612771777042311114176
Binary101100011011111111111111110100010110011001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF7F; }

 p { color: rgb(177,191,127); }

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

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

 a { background-color: rgb(177,191,127); }

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

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

 span { border-color: rgb(177,191,127); }

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