#B1AD84

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

Shades of Neutral Green #B1AD84

Tints of Neutral Green #B1AD84

Color information

#B1AD84 (or 0xB1AD84) is unknown color: approx Neutral Green. HEX triplet: B1, AD and 84. RGB value is (177,173,132). Sum of RGB (Red+Green+Blue) = 177+173+132=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD84 is #4E527B. Grayscale: #A9A9A9. Windows color (decimal): -5132924 or 8695217. OLE color: 8695217.

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

Color convert

RGB177173132-
CMYK00.020.250.31
HSL54.67º22.39%60.59%-
HSV(B)54.67º25.42%69.41%-
XYZ37.2440.927.76-
YUV169.52106.83133.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=36.72%
G=35.89%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717313200.020.250.3154.6722.3960.59
HexB1AD8402191F37163d
Octal261255204023137672675
Binary101100011010110110000100010110011111111011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD84; }

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

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

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

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

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

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

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

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