#B2B290

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

Shades of Eagle #B2B290

Tints of Eagle #B2B290

Color information

#B2B290 (or 0xB2B290) is unknown color: approx Eagle. HEX triplet: B2, B2 and 90. RGB value is (178,178,144). Sum of RGB (Red+Green+Blue) = 178+178+144=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B290 is #4D4D6F. Grayscale: #AEAEAE. Windows color (decimal): -5066096 or 9482930. OLE color: 9482930.

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

Color convert

RGB178178144-
CMYK000.190.30
HSL60º18.09%63.14%-
HSV(B)60º19.1%69.8%-
XYZ39.3143.3232.67-
YUV174.12111130.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=35.6%
G=35.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178144000.190.306018.0963.14
HexB2B29000131E3c123f
Octal262262220002336742277
Binary10110010101100101001000000100111111011110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B290; }

 p { color: rgb(178,178,144); }

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

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

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

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

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

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

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