#B0B084

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

Shades of Neutral Green #B0B084

Tints of Neutral Green #B0B084

Color information

#B0B084 (or 0xB0B084) is unknown color: approx Neutral Green. HEX triplet: B0, B0 and 84. RGB value is (176,176,132). Sum of RGB (Red+Green+Blue) = 176+176+132=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B084 is #4F4F7B. Grayscale: #ABABAB. Windows color (decimal): -5197692 or 8695984. OLE color: 8695984.

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

Color convert

RGB176176132-
CMYK000.250.31
HSL60º21.78%60.39%-
HSV(B)60º25%69.02%-
XYZ37.5941.9527.94-
YUV170.98106131.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176132000.250.316021.7860.39
HexB0B08400191F3c163c
Octal260260204003137742674
Binary10110000101100001000010000110011111111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B084; }

 p { color: rgb(176,176,132); }

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

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

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

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

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

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

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