#B0B081

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

Shades of Neutral Green #B0B081

Tints of Neutral Green #B0B081

Color information

#B0B081 (or 0xB0B081) is unknown color: approx Neutral Green. HEX triplet: B0, B0 and 81. RGB value is (176,176,129). Sum of RGB (Red+Green+Blue) = 176+176+129=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B081 is #4F4F7E. Grayscale: #AAAAAA. Windows color (decimal): -5197695 or 8499376. OLE color: 8499376.

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

Color convert

RGB176176129-
CMYK000.270.31
HSL60º22.93%59.8%-
HSV(B)60º26.7%69.02%-
XYZ37.3941.8726.88-
YUV170.64104.5131.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=36.59%
G=36.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176129000.270.316022.9359.8
HexB0B081001B1F3c173c
Octal260260201003337742774
Binary10110000101100001000000100110111111111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B081; }

 p { color: rgb(176,176,129); }

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

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

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

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

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

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

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