Html Css Color HEX #B5BD96 Green Mist

📋 copy color: '#B5BD96'

red 181 ◦ green 189 ◦ blue 150

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

Shades of Green Mist #B5BD96

Tints of Green Mist #B5BD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 34.81%
G = 36.35%
B = 28.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#B5BD96 (or 0xB5BD96) is known color: Green Mist. HEX triplet: B5, BD and 96. RGB value is (181,189,150). Sum of RGB (Red+Green+Blue) = 181+189+150=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BD96 is #4A4269. Grayscale: #B6B6B6. Windows color (decimal): -4866666 or 9878965. OLE color: 9878965.

HSL color Cylindrical-coordinate representation of color #B5BD96: hue angle of 72.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5BD96 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 150 -
CMYK 0.04 0 0.21 0.26
HSL 72.31º 0.23% 0.66% -
HSV(B) 72.31º 0.21% 0.74% -
XYZ 42.76 48.42 35.95 -
YUV 182.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 181 189 150 0.04 0 0.21 0.26 72.31 0.23 0.66
Hex B5 BD 96 4 0 15 1A 48 17 42
Octal 265 275 226 4 0 25 32 110 27 102
Binary 10110101 10111101 10010110 100 0 10101 11010 1001000 10111 1000010

Color Harmonies of #B5BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD96

Black with #B5BD96

Text Example


Text Example

White with #B5BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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