#B4AF7A

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

Shades of Neutral Green #B4AF7A

Tints of Neutral Green #B4AF7A

Color information

#B4AF7A (or 0xB4AF7A) is unknown color: approx Neutral Green. HEX triplet: B4, AF and 7A. RGB value is (180,175,122). Sum of RGB (Red+Green+Blue) = 180+175+122=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF7A is #4B5085. Grayscale: #AAAAAA. Windows color (decimal): -4935814 or 8040372. OLE color: 8040372.

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

Color convert

RGB180175122-
CMYK00.030.320.29
HSL54.83º27.88%59.22%-
HSV(B)54.83º32.22%70.59%-
XYZ37.6741.7724.49-
YUV170.45100.66134.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=37.74%
G=36.69%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017512200.030.320.2954.8327.8859.22
HexB4AF7A03201D371c3b
Octal264257172034035673473
Binary101101001010111111110100111000001110111011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF7A; }

 p { color: rgb(180,175,122); }

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

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

 a { background-color: rgb(180,175,122); }

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

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

 span { border-color: rgb(180,175,122); }

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