#B0B17E

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

Shades of Neutral Green #B0B17E

Tints of Neutral Green #B0B17E

Color information

#B0B17E (or 0xB0B17E) is unknown color: approx Neutral Green. HEX triplet: B0, B1 and 7E. RGB value is (176,177,126). Sum of RGB (Red+Green+Blue) = 176+177+126=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B17E is #4F4E81. Grayscale: #ABABAB. Windows color (decimal): -5197442 or 8303024. OLE color: 8303024.

HSL color Cylindrical-coordinate representation of color #B0B17E: hue angle of 61.18º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0B17E is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB176177126-
CMYK0.0100.290.31
HSL61.18º24.64%59.41%-
HSV(B)61.18º28.81%69.41%-
XYZ37.3942.1825.91-
YUV170.89102.67131.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=36.74%
G=36.95%
B=26.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771260.0100.290.3161.1824.6459.41
HexB0B17E101D1F3d193b
Octal260261176103537753173
Binary1011000010110001111111010111011111111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B17E; }

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

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

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

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

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

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

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

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