#B4B17D

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

Shades of Neutral Green #B4B17D

Tints of Neutral Green #B4B17D

Color information

#B4B17D (or 0xB4B17D) is unknown color: approx Neutral Green. HEX triplet: B4, B1 and 7D. RGB value is (180,177,125). Sum of RGB (Red+Green+Blue) = 180+177+125=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B17D is #4B4E82. Grayscale: #ACACAC. Windows color (decimal): -4935299 or 8237492. OLE color: 8237492.

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

Color convert

RGB180177125-
CMYK00.020.310.29
HSL56.73º26.83%59.8%-
HSV(B)56.73º30.56%70.59%-
XYZ38.2542.6325.61-
YUV171.97101.49133.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=37.34%
G=36.72%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017712500.020.310.2956.7326.8359.8
HexB4B17D021F1D391b3c
Octal264261175023735713374
Binary10110100101100011111101010111111110111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B17D; }

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

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

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

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

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

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

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

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