#B5AF7A

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

Shades of Neutral Green #B5AF7A

Tints of Neutral Green #B5AF7A

Color information

#B5AF7A (or 0xB5AF7A) is unknown color: approx Neutral Green. HEX triplet: B5, AF and 7A. RGB value is (181,175,122). Sum of RGB (Red+Green+Blue) = 181+175+122=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF7A is #4A5085. Grayscale: #AAAAAA. Windows color (decimal): -4870278 or 8040373. OLE color: 8040373.

HSL color Cylindrical-coordinate representation of color #B5AF7A: hue angle of 53.9º 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 #B5AF7A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181175122-
CMYK00.030.330.29
HSL53.9º28.5%59.41%-
HSV(B)53.9º32.6%70.98%-
XYZ37.941.8924.5-
YUV170.75100.49135.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=37.87%
G=36.61%
B=25.52%

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
Decimal18117512200.030.330.2953.928.559.41
HexB5AF7A03211D361d3b
Octal265257172034135663573
Binary101101011010111111110100111000011110111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF7A; }

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

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

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

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

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

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

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

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