#B1BC7D

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

Shades of Caper #B1BC7D

Tints of Caper #B1BC7D

Color information

#B1BC7D (or 0xB1BC7D) is unknown color: approx Caper. HEX triplet: B1, BC and 7D. RGB value is (177,188,125). Sum of RGB (Red+Green+Blue) = 177+188+125=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC7D is #4E4382. Grayscale: #B1B1B1. Windows color (decimal): -5129091 or 8240305. OLE color: 8240305.

HSL color Cylindrical-coordinate representation of color #B1BC7D: hue angle of 70.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1BC7D is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB177188125-
CMYK0.0600.340.26
HSL70.48º31.98%61.37%-
HSV(B)70.48º33.51%73.73%-
XYZ39.8246.7926.34-
YUV177.5398.36127.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=36.12%
G=38.37%
B=25.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881250.0600.340.2670.4831.9861.37
HexB1BC7D60221A46203d
Octal2612741756042321064075
Binary101100011011110011111011100100010110101000110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC7D; }

 p { color: rgb(177,188,125); }

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

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

 a { background-color: rgb(177,188,125); }

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

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

 span { border-color: rgb(177,188,125); }

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