#B1A87C

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

Shades of Neutral Green #B1A87C

Tints of Neutral Green #B1A87C

Color information

#B1A87C (or 0xB1A87C) is unknown color: approx Neutral Green. HEX triplet: B1, A8 and 7C. RGB value is (177,168,124). Sum of RGB (Red+Green+Blue) = 177+168+124=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A87C is #4E5783. Grayscale: #A5A5A5. Windows color (decimal): -5134212 or 8169649. OLE color: 8169649.

HSL color Cylindrical-coordinate representation of color #B1A87C: hue angle of 49.81º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1A87C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177168124-
CMYK00.050.300.31
HSL49.81º25.36%59.02%-
HSV(B)49.81º29.94%69.41%-
XYZ35.7738.8124.67-
YUV165.68104.48136.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=37.74%
G=35.82%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716812400.050.300.3149.8125.3659.02
HexB1A87C051E1F32193b
Octal261250174053637623173
Binary101100011010100011111000101111101111111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A87C; }

 p { color: rgb(177,168,124); }

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

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

 a { background-color: rgb(177,168,124); }

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

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

 span { border-color: rgb(177,168,124); }

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