#B4AE78

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

Shades of Neutral Green #B4AE78

Tints of Neutral Green #B4AE78

Color information

#B4AE78 (or 0xB4AE78) is unknown color: approx Neutral Green. HEX triplet: B4, AE and 78. RGB value is (180,174,120). Sum of RGB (Red+Green+Blue) = 180+174+120=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE78 is #4B5187. Grayscale: #A9A9A9. Windows color (decimal): -4936072 or 7909044. OLE color: 7909044.

HSL color Cylindrical-coordinate representation of color #B4AE78: hue angle of 54º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4AE78 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180174120-
CMYK00.030.330.29
HSL54º28.57%58.82%-
HSV(B)54º33.33%70.59%-
XYZ37.3541.3323.78-
YUV169.6499.99135.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=37.97%
G=36.71%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017412000.030.330.295428.5758.82
HexB4AE7803211D361d3b
Octal264256170034135663573
Binary101101001010111011110000111000011110111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE78; }

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

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

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

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

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

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

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

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