#B2B396

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

Shades of Eagle #B2B396

Tints of Eagle #B2B396

Color information

#B2B396 (or 0xB2B396) is unknown color: approx Eagle. HEX triplet: B2, B3 and 96. RGB value is (178,179,150). Sum of RGB (Red+Green+Blue) = 178+179+150=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B396 is #4D4C69. Grayscale: #AFAFAF. Windows color (decimal): -5065834 or 9876402. OLE color: 9876402.

HSL color Cylindrical-coordinate representation of color #B2B396: hue angle of 62.07º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2B396 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178179150-
CMYK0.0100.160.30
HSL62.07º16.02%64.51%-
HSV(B)62.07º16.2%70.2%-
XYZ39.9943.9135.22-
YUV175.4113.67129.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=35.11%
G=35.31%
B=29.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791500.0100.160.3062.0716.0264.51
HexB2B39610101E3e1041
Octal2622632261020367620101
Binary101100101011001110010110101000011110111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B396; }

 p { color: rgb(178,179,150); }

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

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

 a { background-color: rgb(178,179,150); }

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

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

 span { border-color: rgb(178,179,150); }

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