#B2B17D

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

Shades of Neutral Green #B2B17D

Tints of Neutral Green #B2B17D

Color information

#B2B17D (or 0xB2B17D) is unknown color: approx Neutral Green. HEX triplet: B2, B1 and 7D. RGB value is (178,177,125). Sum of RGB (Red+Green+Blue) = 178+177+125=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B17D is #4D4E82. Grayscale: #ABABAB. Windows color (decimal): -5066371 or 8237490. OLE color: 8237490.

HSL color Cylindrical-coordinate representation of color #B2B17D: hue angle of 58.87º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2B17D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178177125-
CMYK00.010.300.30
HSL58.87º25.6%59.41%-
HSV(B)58.87º29.78%69.8%-
XYZ37.7842.3925.59-
YUV171.37101.83132.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=37.08%
G=36.88%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817712500.010.300.3058.8725.659.41
HexB2B17D011E1E3b1a3b
Octal262261175013636733273
Binary1011001010110001111110101111101111011101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B17D; }

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

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

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

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

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

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

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

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