#B1AD79

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

Shades of Neutral Green #B1AD79

Tints of Neutral Green #B1AD79

Color information

#B1AD79 (or 0xB1AD79) is unknown color: approx Neutral Green. HEX triplet: B1, AD and 79. RGB value is (177,173,121). Sum of RGB (Red+Green+Blue) = 177+173+121=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD79 is #4E5286. Grayscale: #A8A8A8. Windows color (decimal): -5132935 or 7974321. OLE color: 7974321.

HSL color Cylindrical-coordinate representation of color #B1AD79: hue angle of 55.71º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1AD79 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177173121-
CMYK00.020.320.31
HSL55.71º26.42%58.43%-
HSV(B)55.71º31.64%69.41%-
XYZ36.5340.6124-
YUV168.27101.33134.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=37.58%
G=36.73%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717312100.020.320.3155.7126.4258.43
HexB1AD7902201F381a3a
Octal261255171024037703272
Binary101100011010110111110010101000001111111100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD79; }

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

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

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

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

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

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

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

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