Html Css Color HEX #B5B996 Green Mist

📋 copy color: '#B5B996'

red 181 ◦ green 185 ◦ blue 150

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

Shades of Green Mist #B5B996

Tints of Green Mist #B5B996

RGB

 RED value IS 181 (71.09% from 255) = 35.08%

 GREEN value IS 185 (72.66% from 255) = 35.85%

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

R = 35.08%
G = 35.85%
B = 29.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B5B996 (or 0xB5B996) is known color: Green Mist. HEX triplet: B5, B9 and 96. RGB value is (181,185,150). Sum of RGB (Red+Green+Blue) = 181+185+150=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B996 is #4A4669. Grayscale: #B3B3B3. Windows color (decimal): -4867690 or 9877941. OLE color: 9877941.

HSL color Cylindrical-coordinate representation of color #B5B996: hue angle of 66.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5B996 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 185 150 -
CMYK 0.02 0 0.19 0.27
HSL 66.86º 0.2% 0.66% -
HSV(B) 66.86º 0.19% 0.73% -
XYZ 41.91 46.72 35.66 -
YUV 179.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 181 185 150 0.02 0 0.19 0.27 66.86 0.2 0.66
Hex B5 B9 96 2 0 13 1B 43 14 42
Octal 265 271 226 2 0 23 33 103 24 102
Binary 10110101 10111001 10010110 10 0 10011 11011 1000011 10100 1000010

Color Harmonies of #B5B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B996

Black with #B5B996

Text Example


Text Example

White with #B5B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B996; }

 p { color: rgb(181,185,150); }

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

background-color css

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

 a { background-color: rgb(181,185,150); }

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

border-color css

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

 span { border-color: rgb(181,185,150); }

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