Html Css Color HEX #B6BD92 Green Mist

📋 copy color: '#B6BD92'

red 182 ◦ green 189 ◦ blue 146

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

Shades of Green Mist #B6BD92

Tints of Green Mist #B6BD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 35.2%
G = 36.56%
B = 28.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#B6BD92 (or 0xB6BD92) is known color: Green Mist. HEX triplet: B6, BD and 92. RGB value is (182,189,146). Sum of RGB (Red+Green+Blue) = 182+189+146=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD92 is #49426D. Grayscale: #B6B6B6. Windows color (decimal): -4801134 or 9616822. OLE color: 9616822.

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

Color convert

RGB 182 189 146 -
CMYK 0.04 0 0.23 0.26
HSL 69.77º 0.25% 0.66% -
HSV(B) 69.77º 0.23% 0.74% -
XYZ 42.68 48.42 34.29 -
YUV 182.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 182 189 146 0.04 0 0.23 0.26 69.77 0.25 0.66
Hex B6 BD 92 4 0 17 1A 46 19 42
Octal 266 275 222 4 0 27 32 106 31 102
Binary 10110110 10111101 10010010 100 0 10111 11010 1000110 11001 1000010

Color Harmonies of #B6BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD92

Black with #B6BD92

Text Example


Text Example

White with #B6BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD92; }

 p { color: rgb(182,189,146); }

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

background-color css

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

 a { background-color: rgb(182,189,146); }

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

border-color css

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

 span { border-color: rgb(182,189,146); }

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