#B5AD7C

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

Shades of Neutral Green #B5AD7C

Tints of Neutral Green #B5AD7C

Color information

#B5AD7C (or 0xB5AD7C) is unknown color: approx Neutral Green. HEX triplet: B5, AD and 7C. RGB value is (181,173,124). Sum of RGB (Red+Green+Blue) = 181+173+124=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD7C is #4A5283. Grayscale: #AAAAAA. Windows color (decimal): -4870788 or 8170933. OLE color: 8170933.

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

Color convert

RGB181173124-
CMYK00.040.310.29
HSL51.58º27.8%59.8%-
HSV(B)51.58º31.49%70.98%-
XYZ37.6441.1725.03-
YUV169.81102.15135.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=37.87%
G=36.19%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117312400.040.310.2951.5827.859.8
HexB5AD7C041F1D341c3c
Octal265255174043735643474
Binary101101011010110111111000100111111110111010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD7C; }

 p { color: rgb(181,173,124); }

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

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

 a { background-color: rgb(181,173,124); }

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

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

 span { border-color: rgb(181,173,124); }

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