Html Css Color HEX #B2AC90 Eagle

📋 copy color: '#B2AC90'

red 178 ◦ green 172 ◦ blue 144

#B2AC90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #B2AC90

Tints of Eagle #B2AC90

RGB

 RED value IS 178 (69.92% from 255) = 36.03%

 GREEN value IS 172 (67.58% from 255) = 34.82%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 36.03%
G = 34.82%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B2AC90 (or 0xB2AC90) is known color: Eagle. HEX triplet: B2, AC and 90. RGB value is (178,172,144). Sum of RGB (Red+Green+Blue) = 178+172+144=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC90 is #4D536F. Grayscale: #AAAAAA. Windows color (decimal): -5067632 or 9481394. OLE color: 9481394.

HSL color Cylindrical-coordinate representation of color #B2AC90: hue angle of 49.41º 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 #B2AC90 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 172 144 -
CMYK 0 0.03 0.19 0.30
HSL 49.41º 0.18% 0.63% -
HSV(B) 49.41º 0.19% 0.7% -
XYZ 38.15 40.98 32.29 -
YUV 170.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 178 172 144 0 0.03 0.19 0.30 49.41 0.18 0.63
Hex B2 AC 90 0 3 13 1E 31 12 3F
Octal 262 254 220 0 3 23 36 61 22 77
Binary 10110010 10101100 10010000 0 11 10011 11110 110001 10010 111111

Color Harmonies of #B2AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC90

Black with #B2AC90

Text Example


Text Example

White with #B2AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC90; }

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

 H1.HeaderClassName
 {
   color: #B2AC90;
 }
 .AnyTagClassName
 {
   color: #B2AC90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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