#B0A482

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

Shades of Neutral Green #B0A482

Tints of Neutral Green #B0A482

Color information

#B0A482 (or 0xB0A482) is unknown color: approx Neutral Green. HEX triplet: B0, A4 and 82. RGB value is (176,164,130). Sum of RGB (Red+Green+Blue) = 176+164+130=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A482 is #4F5B7D. Grayscale: #A3A3A3. Windows color (decimal): -5200766 or 8561840. OLE color: 8561840.

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

Color convert

RGB176164130-
CMYK00.070.260.31
HSL44.35º22.55%60%-
HSV(B)44.35º26.14%69.02%-
XYZ35.2137.3926.48-
YUV163.71108.98136.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=37.45%
G=34.89%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616413000.070.260.3144.3522.5560
HexB0A482071A1F2c173c
Octal260244202073237542774
Binary1011000010100100100000100111110101111110110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A482; }

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

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

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

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

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

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

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

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