Html Css Color HEX #B6BD8E Green Mist

📋 copy color: '#B6BD8E'

red 182 ◦ green 189 ◦ blue 142

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

Shades of Green Mist #B6BD8E

Tints of Green Mist #B6BD8E

RGB

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

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

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

R = 35.48%
G = 36.84%
B = 27.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#B6BD8E (or 0xB6BD8E) is known color: Green Mist. HEX triplet: B6, BD and 8E. RGB value is (182,189,142). Sum of RGB (Red+Green+Blue) = 182+189+142=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD8E is #494271. Grayscale: #B5B5B5. Windows color (decimal): -4801138 or 9354678. OLE color: 9354678.

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

Color convert

RGB 182 189 142 -
CMYK 0.04 0 0.25 0.26
HSL 68.94º 0.26% 0.65% -
HSV(B) 68.94º 0.25% 0.74% -
XYZ 42.37 48.29 32.68 -
YUV 181.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 182 189 142 0.04 0 0.25 0.26 68.94 0.26 0.65
Hex B6 BD 8E 4 0 19 1A 45 1A 41
Octal 266 275 216 4 0 31 32 105 32 101
Binary 10110110 10111101 10001110 100 0 11001 11010 1000101 11010 1000001

Color Harmonies of #B6BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD8E

Black with #B6BD8E

Text Example


Text Example

White with #B6BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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