#B0AD78

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

Shades of Neutral Green #B0AD78

Tints of Neutral Green #B0AD78

Color information

#B0AD78 (or 0xB0AD78) is unknown color: approx Neutral Green. HEX triplet: B0, AD and 78. RGB value is (176,173,120). Sum of RGB (Red+Green+Blue) = 176+173+120=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD78 is #4F5287. Grayscale: #A8A8A8. Windows color (decimal): -5198472 or 7908784. OLE color: 7908784.

HSL color Cylindrical-coordinate representation of color #B0AD78: hue angle of 56.79º 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 #B0AD78 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176173120-
CMYK00.020.320.31
HSL56.79º26.17%58.04%-
HSV(B)56.79º31.82%69.02%-
XYZ36.2440.4723.67-
YUV167.86100.99133.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=37.53%
G=36.89%
B=25.59%

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
Decimal17617312000.020.320.3156.7926.1758.04
HexB0AD7802201F391a3a
Octal260255170024037713272
Binary101100001010110111110000101000001111111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD78; }

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

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

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

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

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

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

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

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