#B0B181

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

Shades of Neutral Green #B0B181

Tints of Neutral Green #B0B181

Color information

#B0B181 (or 0xB0B181) is unknown color: approx Neutral Green. HEX triplet: B0, B1 and 81. RGB value is (176,177,129). Sum of RGB (Red+Green+Blue) = 176+177+129=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B181 is #4F4E7E. Grayscale: #ABABAB. Windows color (decimal): -5197439 or 8499632. OLE color: 8499632.

HSL color Cylindrical-coordinate representation of color #B0B181: hue angle of 61.25º degrees, saturation: 0.24, 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 #B0B181 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176177129-
CMYK0.0100.270.31
HSL61.25º23.53%60%-
HSV(B)61.25º27.12%69.41%-
XYZ37.5942.2626.94-
YUV171.23104.17131.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=36.51%
G=36.72%
B=26.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771290.0100.270.3161.2523.5360
HexB0B181101B1F3d183c
Octal260261201103337753074
Binary10110000101100011000000110110111111111110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B181; }

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

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

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

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

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

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

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

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