#B1AE78

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

Shades of Neutral Green #B1AE78

Tints of Neutral Green #B1AE78

Color information

#B1AE78 (or 0xB1AE78) is unknown color: approx Neutral Green. HEX triplet: B1, AE and 78. RGB value is (177,174,120). Sum of RGB (Red+Green+Blue) = 177+174+120=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE78 is #4E5187. Grayscale: #A8A8A8. Windows color (decimal): -5132680 or 7909041. OLE color: 7909041.

HSL color Cylindrical-coordinate representation of color #B1AE78: hue angle of 56.84º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1AE78 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177174120-
CMYK00.020.320.31
HSL56.84º26.76%58.24%-
HSV(B)56.84º32.2%69.41%-
XYZ36.6640.9823.75-
YUV168.74100.49133.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=37.58%
G=36.94%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717412000.020.320.3156.8426.7658.24
HexB1AE7802201F391b3a
Octal261256170024037713372
Binary101100011010111011110000101000001111111100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE78; }

 p { color: rgb(177,174,120); }

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

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

 a { background-color: rgb(177,174,120); }

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

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

 span { border-color: rgb(177,174,120); }

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