Html Css Color HEX #B6BA99 Green Mist

📋 copy color: '#B6BA99'

red 182 ◦ green 186 ◦ blue 153

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

Shades of Green Mist #B6BA99

Tints of Green Mist #B6BA99

RGB

 RED value IS 182 (71.48% from 255) = 34.93%

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

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

R = 34.93%
G = 35.7%
B = 29.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B6BA99 (or 0xB6BA99) is known color: Green Mist. HEX triplet: B6, BA and 99. RGB value is (182,186,153). Sum of RGB (Red+Green+Blue) = 182+186+153=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA99 is #494566. Grayscale: #B5B5B5. Windows color (decimal): -4801895 or 10074806. OLE color: 10074806.

HSL color Cylindrical-coordinate representation of color #B6BA99: hue angle of 67.27º 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 #B6BA99 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 153 -
CMYK 0.02 0 0.18 0.27
HSL 67.27º 0.19% 0.66% -
HSV(B) 67.27º 0.18% 0.73% -
XYZ 42.6 47.36 37.03 -
YUV 181.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 182 186 153 0.02 0 0.18 0.27 67.27 0.19 0.66
Hex B6 BA 99 2 0 12 1B 43 13 42
Octal 266 272 231 2 0 22 33 103 23 102
Binary 10110110 10111010 10011001 10 0 10010 11011 1000011 10011 1000010

Color Harmonies of #B6BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA99

Black with #B6BA99

Text Example


Text Example

White with #B6BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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