#B0AD83

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

Shades of Neutral Green #B0AD83

Tints of Neutral Green #B0AD83

Color information

#B0AD83 (or 0xB0AD83) is unknown color: approx Neutral Green. HEX triplet: B0, AD and 83. RGB value is (176,173,131). Sum of RGB (Red+Green+Blue) = 176+173+131=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD83 is #4F527C. Grayscale: #A9A9A9. Windows color (decimal): -5198461 or 8629680. OLE color: 8629680.

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

Color convert

RGB176173131-
CMYK00.020.260.31
HSL56º22.17%60.2%-
HSV(B)56º25.57%69.02%-
XYZ36.9440.7627.39-
YUV169.11106.49132.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=36.67%
G=36.04%
B=27.29%

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
Decimal17617313100.020.260.315622.1760.2
HexB0AD83021A1F38163c
Octal260255203023237702674
Binary101100001010110110000011010110101111111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD83; }

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

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

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

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

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

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

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

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