#B2AE7B

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

Shades of Neutral Green #B2AE7B

Tints of Neutral Green #B2AE7B

Color information

#B2AE7B (or 0xB2AE7B) is unknown color: approx Neutral Green. HEX triplet: B2, AE and 7B. RGB value is (178,174,123). Sum of RGB (Red+Green+Blue) = 178+174+123=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AE7B is #4D5184. Grayscale: #A9A9A9. Windows color (decimal): -5067141 or 8105650. OLE color: 8105650.

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

Color convert

RGB178174123-
CMYK00.020.310.30
HSL55.64º26.32%59.02%-
HSV(B)55.64º30.9%69.8%-
XYZ37.0741.1724.73-
YUV169.38101.83134.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=37.47%
G=36.63%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817412300.020.310.3055.6426.3259.02
HexB2AE7B021F1E381a3b
Octal262256173023736703273
Binary10110010101011101111011010111111111011100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE7B; }

 p { color: rgb(178,174,123); }

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

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

 a { background-color: rgb(178,174,123); }

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

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

 span { border-color: rgb(178,174,123); }

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