#B1AD7C

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

Shades of Neutral Green #B1AD7C

Tints of Neutral Green #B1AD7C

Color information

#B1AD7C (or 0xB1AD7C) is unknown color: approx Neutral Green. HEX triplet: B1, AD and 7C. RGB value is (177,173,124). Sum of RGB (Red+Green+Blue) = 177+173+124=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD7C is #4E5283. Grayscale: #A8A8A8. Windows color (decimal): -5132932 or 8170929. OLE color: 8170929.

HSL color Cylindrical-coordinate representation of color #B1AD7C: hue angle of 55.47º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1AD7C is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177173124-
CMYK00.020.300.31
HSL55.47º25.36%59.02%-
HSV(B)55.47º29.94%69.41%-
XYZ36.7140.6924.99-
YUV168.61102.83133.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=37.34%
G=36.50%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717312400.020.300.3155.4725.3659.02
HexB1AD7C021E1F37193b
Octal261255174023637673173
Binary10110001101011011111100010111101111111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD7C; }

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

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

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

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

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

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

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

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