#B2AD78

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

Shades of Neutral Green #B2AD78

Tints of Neutral Green #B2AD78

Color information

#B2AD78 (or 0xB2AD78) is unknown color: approx Neutral Green. HEX triplet: B2, AD and 78. RGB value is (178,173,120). Sum of RGB (Red+Green+Blue) = 178+173+120=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD78 is #4D5287. Grayscale: #A8A8A8. Windows color (decimal): -5067400 or 7908786. OLE color: 7908786.

HSL color Cylindrical-coordinate representation of color #B2AD78: hue angle of 54.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2AD78 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178173120-
CMYK00.030.330.30
HSL54.83º27.36%58.43%-
HSV(B)54.83º32.58%69.8%-
XYZ36.6940.7123.69-
YUV168.45100.66134.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=37.79%
G=36.73%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817312000.030.330.3054.8327.3658.43
HexB2AD7803211E371b3a
Octal262255170034136673372
Binary101100101010110111110000111000011111011011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD78; }

 p { color: rgb(178,173,120); }

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

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

 a { background-color: rgb(178,173,120); }

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

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

 span { border-color: rgb(178,173,120); }

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