#B4AB77

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

Shades of Neutral Green #B4AB77

Tints of Neutral Green #B4AB77

Color information

#B4AB77 (or 0xB4AB77) is unknown color: approx Neutral Green. HEX triplet: B4, AB and 77. RGB value is (180,171,119). Sum of RGB (Red+Green+Blue) = 180+171+119=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB77 is #4B5488. Grayscale: #A7A7A7. Windows color (decimal): -4936841 or 7842740. OLE color: 7842740.

HSL color Cylindrical-coordinate representation of color #B4AB77: hue angle of 51.15º 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 #B4AB77 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180171119-
CMYK00.050.340.29
HSL51.15º28.91%58.63%-
HSV(B)51.15º33.89%70.59%-
XYZ36.7240.1623.27-
YUV167.76100.48136.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=38.30%
G=36.38%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017111900.050.340.2951.1528.9158.63
HexB4AB7705221D331d3b
Octal264253167054235633573
Binary1011010010101011111011101011000101110111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB77; }

 p { color: rgb(180,171,119); }

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

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

 a { background-color: rgb(180,171,119); }

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

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

 span { border-color: rgb(180,171,119); }

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