Html Css Color HEX #B5BA99 Green Mist

📋 copy color: '#B5BA99'

red 181 ◦ green 186 ◦ blue 153

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

Shades of Green Mist #B5BA99

Tints of Green Mist #B5BA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.42%

R = 34.81%
G = 35.77%
B = 29.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B5BA99 (or 0xB5BA99) is known color: Green Mist. HEX triplet: B5, BA and 99. RGB value is (181,186,153). Sum of RGB (Red+Green+Blue) = 181+186+153=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA99 is #4A4566. Grayscale: #B4B4B4. Windows color (decimal): -4867431 or 10074805. OLE color: 10074805.

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

Color convert

RGB 181 186 153 -
CMYK 0.03 0 0.18 0.27
HSL 69.09º 0.19% 0.66% -
HSV(B) 69.09º 0.18% 0.73% -
XYZ 42.36 47.24 37.02 -
YUV 180.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 181 186 153 0.03 0 0.18 0.27 69.09 0.19 0.66
Hex B5 BA 99 3 0 12 1B 45 13 42
Octal 265 272 231 3 0 22 33 105 23 102
Binary 10110101 10111010 10011001 11 0 10010 11011 1000101 10011 1000010

Color Harmonies of #B5BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA99

Black with #B5BA99

Text Example


Text Example

White with #B5BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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