#B5AF7F

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

Shades of Neutral Green #B5AF7F

Tints of Neutral Green #B5AF7F

Color information

#B5AF7F (or 0xB5AF7F) is unknown color: approx Neutral Green. HEX triplet: B5, AF and 7F. RGB value is (181,175,127). Sum of RGB (Red+Green+Blue) = 181+175+127=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF7F is #4A5080. Grayscale: #ABABAB. Windows color (decimal): -4870273 or 8368053. OLE color: 8368053.

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

Color convert

RGB181175127-
CMYK00.030.300.29
HSL53.33º26.73%60.39%-
HSV(B)53.33º29.83%70.98%-
XYZ38.2242.0226.17-
YUV171.32102.99134.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 127 (50% from 255) = 26.29%
R=37.47%
G=36.23%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117512700.030.300.2953.3326.7360.39
HexB5AF7F031E1D351b3c
Octal265257177033635653374
Binary10110101101011111111111011111101110111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF7F; }

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

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

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

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

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

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

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

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