#B4B17E

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

Shades of Neutral Green #B4B17E

Tints of Neutral Green #B4B17E

Color information

#B4B17E (or 0xB4B17E) is unknown color: approx Neutral Green. HEX triplet: B4, B1 and 7E. RGB value is (180,177,126). Sum of RGB (Red+Green+Blue) = 180+177+126=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B17E is #4B4E81. Grayscale: #ACACAC. Windows color (decimal): -4935298 or 8303028. OLE color: 8303028.

HSL color Cylindrical-coordinate representation of color #B4B17E: hue angle of 56.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4B17E is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB180177126-
CMYK00.020.30.29
HSL56.67º26.47%60%-
HSV(B)56.67º30%70.59%-
XYZ38.3142.6525.95-
YUV172.08101.99133.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=37.27%
G=36.65%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017712600.020.30.2956.6726.4760
HexB4B17E021E1D391a3c
Octal264261176023635713274
Binary10110100101100011111110010111101110111100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B17E; }

 p { color: rgb(180,177,126); }

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

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

 a { background-color: rgb(180,177,126); }

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

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

 span { border-color: rgb(180,177,126); }

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