#B4AD78

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

Shades of Neutral Green #B4AD78

Tints of Neutral Green #B4AD78

Color information

#B4AD78 (or 0xB4AD78) is unknown color: approx Neutral Green. HEX triplet: B4, AD and 78. RGB value is (180,173,120). Sum of RGB (Red+Green+Blue) = 180+173+120=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD78 is #4B5287. Grayscale: #A9A9A9. Windows color (decimal): -4936328 or 7908788. OLE color: 7908788.

HSL color Cylindrical-coordinate representation of color #B4AD78: hue angle of 53º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4AD78 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180173120-
CMYK00.040.330.29
HSL53º28.57%58.82%-
HSV(B)53º33.33%70.59%-
XYZ37.1640.9523.71-
YUV169.05100.32135.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=38.05%
G=36.58%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017312000.040.330.295328.5758.82
HexB4AD7804211D351d3b
Octal264255170044135653573
Binary1011010010101101111100001001000011110111010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD78; }

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

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

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

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

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

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

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

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