#B3AE7A

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

Shades of Neutral Green #B3AE7A

Tints of Neutral Green #B3AE7A

Color information

#B3AE7A (or 0xB3AE7A) is unknown color: approx Neutral Green. HEX triplet: B3, AE and 7A. RGB value is (179,174,122). Sum of RGB (Red+Green+Blue) = 179+174+122=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE7A is #4C5185. Grayscale: #A9A9A9. Windows color (decimal): -5001606 or 8040115. OLE color: 8040115.

HSL color Cylindrical-coordinate representation of color #B3AE7A: hue angle of 54.74º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3AE7A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179174122-
CMYK00.030.320.30
HSL54.74º27.27%59.02%-
HSV(B)54.74º31.84%70.2%-
XYZ37.2441.2624.41-
YUV169.57101.16134.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=37.68%
G=36.63%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917412200.030.320.3054.7427.2759.02
HexB3AE7A03201E371b3b
Octal263256172034036673373
Binary101100111010111011110100111000001111011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE7A; }

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

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

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

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

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

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

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

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