Html Css Color HEX #B2B398 Eagle

📋 copy color: '#B2B398'

red 178 ◦ green 179 ◦ blue 152

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

Shades of Eagle #B2B398

Tints of Eagle #B2B398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.17%

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 34.97%
G = 35.17%
B = 29.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B2B398 (or 0xB2B398) is known color: Eagle. HEX triplet: B2, B3 and 98. RGB value is (178,179,152). Sum of RGB (Red+Green+Blue) = 178+179+152=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B398 is #4D4C67. Grayscale: #AFAFAF. Windows color (decimal): -5065832 or 10007474. OLE color: 10007474.

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

Color convert

RGB 178 179 152 -
CMYK 0.01 0 0.15 0.30
HSL 62.22º 0.15% 0.65% -
HSV(B) 62.22º 0.15% 0.7% -
XYZ 40.15 43.97 36.08 -
YUV 175.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 178 179 152 0.01 0 0.15 0.30 62.22 0.15 0.65
Hex B2 B3 98 1 0 F 1E 3E F 41
Octal 262 263 230 1 0 17 36 76 17 101
Binary 10110010 10110011 10011000 1 0 1111 11110 111110 1111 1000001

Color Harmonies of #B2B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B398

Black with #B2B398

Text Example


Text Example

White with #B2B398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B398; }

 p { color: rgb(178,179,152); }

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

background-color css

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

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

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

border-color css

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

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

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