#B0A783

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

Shades of Neutral Green #B0A783

Tints of Neutral Green #B0A783

Color information

#B0A783 (or 0xB0A783) is unknown color: approx Neutral Green. HEX triplet: B0, A7 and 83. RGB value is (176,167,131). Sum of RGB (Red+Green+Blue) = 176+167+131=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A783 is #4F587C. Grayscale: #A5A5A5. Windows color (decimal): -5199997 or 8628144. OLE color: 8628144.

HSL color Cylindrical-coordinate representation of color #B0A783: hue angle of 48º degrees, saturation: 0.22, 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 #B0A783 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176167131-
CMYK00.050.260.31
HSL48º22.17%60.2%-
HSV(B)48º25.57%69.02%-
XYZ35.8238.5127.02-
YUV165.59108.48135.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=37.13%
G=35.23%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616713100.050.260.314822.1760.2
HexB0A783051A1F30163c
Octal260247203053237602674
Binary1011000010100111100000110101110101111111000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A783; }

 p { color: rgb(176,167,131); }

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

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

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

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

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

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

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