#B0AC83

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

Shades of Neutral Green #B0AC83

Tints of Neutral Green #B0AC83

Color information

#B0AC83 (or 0xB0AC83) is unknown color: approx Neutral Green. HEX triplet: B0, AC and 83. RGB value is (176,172,131). Sum of RGB (Red+Green+Blue) = 176+172+131=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC83 is #4F537C. Grayscale: #A8A8A8. Windows color (decimal): -5198717 or 8629424. OLE color: 8629424.

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

Color convert

RGB176172131-
CMYK00.020.260.31
HSL54.67º22.17%60.2%-
HSV(B)54.67º25.57%69.02%-
XYZ36.7540.3727.33-
YUV168.52106.83133.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=36.74%
G=35.91%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617213100.020.260.3154.6722.1760.2
HexB0AC83021A1F37163c
Octal260254203023237672674
Binary101100001010110010000011010110101111111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC83; }

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

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

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

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

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

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

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

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