Html Css Color HEX #B2B292 Eagle

📋 copy color: '#B2B292'

red 178 ◦ green 178 ◦ blue 146

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

Shades of Eagle #B2B292

Tints of Eagle #B2B292

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 35.46%
G = 35.46%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B2B292 (or 0xB2B292) is known color: Eagle. HEX triplet: B2, B2 and 92. RGB value is (178,178,146). Sum of RGB (Red+Green+Blue) = 178+178+146=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B292 is #4D4D6D. Grayscale: #AEAEAE. Windows color (decimal): -5066094 or 9614002. OLE color: 9614002.

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

Color convert

RGB 178 178 146 -
CMYK 0 0 0.18 0.30
HSL 60º 0.17% 0.64% -
HSV(B) 60º 0.18% 0.7% -
XYZ 39.47 43.38 33.49 -
YUV 174.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 178 178 146 0 0 0.18 0.30 60 0.17 0.64
Hex B2 B2 92 0 0 12 1E 3C 11 40
Octal 262 262 222 0 0 22 36 74 21 100
Binary 10110010 10110010 10010010 0 0 10010 11110 111100 10001 1000000

Color Harmonies of #B2B292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B292

Black with #B2B292

Text Example


Text Example

White with #B2B292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B292; }

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

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

background-color css

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

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

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

border-color css

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

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

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