#B0B182

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

Shades of Neutral Green #B0B182

Tints of Neutral Green #B0B182

Color information

#B0B182 (or 0xB0B182) is unknown color: approx Neutral Green. HEX triplet: B0, B1 and 82. RGB value is (176,177,130). Sum of RGB (Red+Green+Blue) = 176+177+130=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B182 is #4F4E7D. Grayscale: #ABABAB. Windows color (decimal): -5197438 or 8565168. OLE color: 8565168.

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

Color convert

RGB176177130-
CMYK0.0100.270.31
HSL61.28º23.15%60.2%-
HSV(B)61.28º26.55%69.41%-
XYZ37.6642.2927.3-
YUV171.34104.67131.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=36.44%
G=36.65%
B=26.92%

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
Decimal1761771300.0100.270.3161.2823.1560.2
HexB0B182101B1F3d173c
Octal260261202103337752774
Binary10110000101100011000001010110111111111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B182; }

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

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

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

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

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

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

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

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