Html Css Color HEX #B6BD8C Green Mist

📋 copy color: '#B6BD8C'

red 182 ◦ green 189 ◦ blue 140

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

Shades of Green Mist #B6BD8C

Tints of Green Mist #B6BD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 35.62%
G = 36.99%
B = 27.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#B6BD8C (or 0xB6BD8C) is known color: Green Mist. HEX triplet: B6, BD and 8C. RGB value is (182,189,140). Sum of RGB (Red+Green+Blue) = 182+189+140=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD8C is #494273. Grayscale: #B5B5B5. Windows color (decimal): -4801140 or 9223606. OLE color: 9223606.

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

Color convert

RGB 182 189 140 -
CMYK 0.04 0 0.26 0.26
HSL 68.57º 0.27% 0.65% -
HSV(B) 68.57º 0.26% 0.74% -
XYZ 42.22 48.23 31.9 -
YUV 181.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 182 189 140 0.04 0 0.26 0.26 68.57 0.27 0.65
Hex B6 BD 8C 4 0 1A 1A 45 1B 41
Octal 266 275 214 4 0 32 32 105 33 101
Binary 10110110 10111101 10001100 100 0 11010 11010 1000101 11011 1000001

Color Harmonies of #B6BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD8C

Black with #B6BD8C

Text Example


Text Example

White with #B6BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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