Html Css Color HEX #B3B896 Green Mist

📋 copy color: '#B3B896'

red 179 ◦ green 184 ◦ blue 150

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

Shades of Green Mist #B3B896

Tints of Green Mist #B3B896

RGB

 RED value IS 179 (70.31% from 255) = 34.89%

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 34.89%
G = 35.87%
B = 29.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B3B896 (or 0xB3B896) is known color: Green Mist. HEX triplet: B3, B8 and 96. RGB value is (179,184,150). Sum of RGB (Red+Green+Blue) = 179+184+150=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B896 is #4C4769. Grayscale: #B2B2B2. Windows color (decimal): -4999018 or 9877683. OLE color: 9877683.

HSL color Cylindrical-coordinate representation of color #B3B896: hue angle of 68.82º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3B896 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 184 150 -
CMYK 0.03 0 0.18 0.28
HSL 68.82º 0.19% 0.65% -
HSV(B) 68.82º 0.18% 0.72% -
XYZ 41.24 46.07 35.57 -
YUV 178.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 179 184 150 0.03 0 0.18 0.28 68.82 0.19 0.65
Hex B3 B8 96 3 0 12 1C 45 13 41
Octal 263 270 226 3 0 22 34 105 23 101
Binary 10110011 10111000 10010110 11 0 10010 11100 1000101 10011 1000001

Color Harmonies of #B3B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B896

Black with #B3B896

Text Example


Text Example

White with #B3B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B896; }

 p { color: rgb(179,184,150); }

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

background-color css

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

 a { background-color: rgb(179,184,150); }

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

border-color css

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

 span { border-color: rgb(179,184,150); }

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