#B5AB78

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

Shades of Neutral Green #B5AB78

Tints of Neutral Green #B5AB78

Color information

#B5AB78 (or 0xB5AB78) is unknown color: approx Neutral Green. HEX triplet: B5, AB and 78. RGB value is (181,171,120). Sum of RGB (Red+Green+Blue) = 181+171+120=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB78 is #4A5487. Grayscale: #A8A8A8. Windows color (decimal): -4871304 or 7908277. OLE color: 7908277.

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

Color convert

RGB181171120-
CMYK00.060.340.29
HSL50.16º29.19%59.02%-
HSV(B)50.16º33.7%70.98%-
XYZ37.0140.3123.6-
YUV168.18100.81137.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=38.35%
G=36.23%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117112000.060.340.2950.1629.1959.02
HexB5AB7806221D321d3b
Octal265253170064235623573
Binary1011010110101011111100001101000101110111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB78; }

 p { color: rgb(181,171,120); }

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

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

 a { background-color: rgb(181,171,120); }

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

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

 span { border-color: rgb(181,171,120); }

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