Html Css Color HEX #B5BA8E Green Mist

📋 copy color: '#B5BA8E'

red 181 ◦ green 186 ◦ blue 142

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

Shades of Green Mist #B5BA8E

Tints of Green Mist #B5BA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 142 (55.86% from 255) = 27.9%

R = 35.56%
G = 36.54%
B = 27.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B5BA8E (or 0xB5BA8E) is known color: Green Mist. HEX triplet: B5, BA and 8E. RGB value is (181,186,142). Sum of RGB (Red+Green+Blue) = 181+186+142=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA8E is #4A4571. Grayscale: #B3B3B3. Windows color (decimal): -4867442 or 9353909. OLE color: 9353909.

HSL color Cylindrical-coordinate representation of color #B5BA8E: hue angle of 66.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5BA8E is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 142 -
CMYK 0.03 0 0.24 0.27
HSL 66.82º 0.24% 0.64% -
HSV(B) 66.82º 0.24% 0.73% -
XYZ 41.5 46.89 32.46 -
YUV 179.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 181 186 142 0.03 0 0.24 0.27 66.82 0.24 0.64
Hex B5 BA 8E 3 0 18 1B 43 18 40
Octal 265 272 216 3 0 30 33 103 30 100
Binary 10110101 10111010 10001110 11 0 11000 11011 1000011 11000 1000000

Color Harmonies of #B5BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA8E

Black with #B5BA8E

Text Example


Text Example

White with #B5BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA8E; }

 p { color: rgb(181,186,142); }

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

background-color css

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

 a { background-color: rgb(181,186,142); }

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

border-color css

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

 span { border-color: rgb(181,186,142); }

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