#B0B198

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

Shades of Eagle #B0B198

Tints of Eagle #B0B198

Color information

#B0B198 (or 0xB0B198) is unknown color: approx Eagle. HEX triplet: B0, B1 and 98. RGB value is (176,177,152). Sum of RGB (Red+Green+Blue) = 176+177+152=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B198 is #4F4E67. Grayscale: #ADADAD. Windows color (decimal): -5197416 or 10006960. OLE color: 10006960.

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

Color convert

RGB176177152-
CMYK0.0100.140.31
HSL62.4º13.81%64.51%-
HSV(B)62.4º14.12%69.41%-
XYZ39.2942.9435.92-
YUV173.85115.67129.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=34.85%
G=35.05%
B=30.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771520.0100.140.3162.413.8164.51
HexB0B19810E1F3ee41
Octal2602612301016377616101
Binary1011000010110001100110001011101111111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B198; }

 p { color: rgb(176,177,152); }

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

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

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

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

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

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

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