Html Css Color HEX #B2B49A Green Mist

📋 copy color: '#B2B49A'

red 178 ◦ green 180 ◦ blue 154

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

Shades of Green Mist #B2B49A

Tints of Green Mist #B2B49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 34.77%
G = 35.16%
B = 30.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B2B49A (or 0xB2B49A) is known color: Green Mist. HEX triplet: B2, B4 and 9A. RGB value is (178,180,154). Sum of RGB (Red+Green+Blue) = 178+180+154=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B49A is #4D4B65. Grayscale: #B0B0B0. Windows color (decimal): -5065574 or 10138802. OLE color: 10138802.

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

Color convert

RGB 178 180 154 -
CMYK 0.01 0 0.14 0.29
HSL 64.62º 0.15% 0.65% -
HSV(B) 64.62º 0.14% 0.71% -
XYZ 40.51 44.44 37.01 -
YUV 176.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 178 180 154 0.01 0 0.14 0.29 64.62 0.15 0.65
Hex B2 B4 9A 1 0 E 1D 41 F 41
Octal 262 264 232 1 0 16 35 101 17 101
Binary 10110010 10110100 10011010 1 0 1110 11101 1000001 1111 1000001

Color Harmonies of #B2B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B49A

Black with #B2B49A

Text Example


Text Example

White with #B2B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B49A; }

 p { color: rgb(178,180,154); }

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

background-color css

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

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

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

border-color css

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

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

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