#B1AE7A

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

Shades of Neutral Green #B1AE7A

Tints of Neutral Green #B1AE7A

Color information

#B1AE7A (or 0xB1AE7A) is unknown color: approx Neutral Green. HEX triplet: B1, AE and 7A. RGB value is (177,174,122). Sum of RGB (Red+Green+Blue) = 177+174+122=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE7A is #4E5185. Grayscale: #A9A9A9. Windows color (decimal): -5132678 or 8040113. OLE color: 8040113.

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

Color convert

RGB177174122-
CMYK00.020.310.31
HSL56.73º26.07%58.63%-
HSV(B)56.73º31.07%69.41%-
XYZ36.7841.0224.39-
YUV168.97101.49133.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=37.42%
G=36.79%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717412200.020.310.3156.7326.0758.63
HexB1AE7A021F1F391a3b
Octal261256172023737713273
Binary10110001101011101111010010111111111111100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE7A; }

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

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

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

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

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

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

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

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