#B2AC95

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

Shades of Eagle #B2AC95

Tints of Eagle #B2AC95

Color information

#B2AC95 (or 0xB2AC95) is unknown color: approx Eagle. HEX triplet: B2, AC and 95. RGB value is (178,172,149). Sum of RGB (Red+Green+Blue) = 178+172+149=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC95 is #4D536A. Grayscale: #ABABAB. Windows color (decimal): -5067627 or 9809074. OLE color: 9809074.

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

Color convert

RGB178172149-
CMYK00.030.160.30
HSL47.59º15.85%64.12%-
HSV(B)47.59º16.29%69.8%-
XYZ38.5441.1434.34-
YUV171.17115.49132.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=35.67%
G=34.47%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817214900.030.160.3047.5915.8564.12
HexB2AC9503101E301040
Octal2622542250320366020100
Binary1011001010101100100101010111000011110110000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC95; }

 p { color: rgb(178,172,149); }

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

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

 a { background-color: rgb(178,172,149); }

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

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

 span { border-color: rgb(178,172,149); }

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