#B2AE97

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

Shades of Eagle #B2AE97

Tints of Eagle #B2AE97

Color information

#B2AE97 (or 0xB2AE97) is unknown color: approx Eagle. HEX triplet: B2, AE and 97. RGB value is (178,174,151). Sum of RGB (Red+Green+Blue) = 178+174+151=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE97 is #4D5168. Grayscale: #ACACAC. Windows color (decimal): -5067113 or 9940658. OLE color: 9940658.

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

Color convert

RGB178174151-
CMYK00.020.150.30
HSL51.11º14.92%64.51%-
HSV(B)51.11º15.17%69.8%-
XYZ39.0841.9735.32-
YUV172.57115.83131.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=35.39%
G=34.59%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817415100.020.150.3051.1114.9264.51
HexB2AE9702F1E33f41
Octal2622562270217366317101
Binary10110010101011101001011101011111111011001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE97; }

 p { color: rgb(178,174,151); }

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

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

 a { background-color: rgb(178,174,151); }

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

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

 span { border-color: rgb(178,174,151); }

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