#B2B082

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

Shades of Neutral Green #B2B082

Tints of Neutral Green #B2B082

Color information

#B2B082 (or 0xB2B082) is unknown color: approx Neutral Green. HEX triplet: B2, B0 and 82. RGB value is (178,176,130). Sum of RGB (Red+Green+Blue) = 178+176+130=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B082 is #4D4F7D. Grayscale: #ABABAB. Windows color (decimal): -5066622 or 8564914. OLE color: 8564914.

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

Color convert

RGB178176130-
CMYK00.010.270.30
HSL57.5º23.76%60.39%-
HSV(B)57.5º26.97%69.8%-
XYZ37.9142.1327.25-
YUV171.35104.66132.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=36.78%
G=36.36%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817613000.010.270.3057.523.7660.39
HexB2B082011B1E3a183c
Octal262260202013336723074
Binary10110010101100001000001001110111111011101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B082; }

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

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

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

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

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

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

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

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