Html Css Color HEX #BDBC9D Green Mist

📋 copy color: '#BDBC9D'

red 189 ◦ green 188 ◦ blue 157

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

Shades of Green Mist #BDBC9D

Tints of Green Mist #BDBC9D

RGB

 RED value IS 189 (74.22% from 255) = 35.39%

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 157 (61.72% from 255) = 29.4%

R = 35.39%
G = 35.21%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDBC9D (or 0xBDBC9D) is known color: Green Mist. HEX triplet: BD, BC and 9D. RGB value is (189,188,157). Sum of RGB (Red+Green+Blue) = 189+188+157=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC9D is #424362. Grayscale: #B8B8B8. Windows color (decimal): -4342627 or 10337469. OLE color: 10337469.

HSL color Cylindrical-coordinate representation of color #BDBC9D: hue angle of 58.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBC9D is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 188 157 -
CMYK 0 0.01 0.17 0.26
HSL 58.13º 0.2% 0.68% -
HSV(B) 58.13º 0.17% 0.74% -
XYZ 45.06 49.22 39.02 -
YUV 184.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 189 188 157 0 0.01 0.17 0.26 58.13 0.2 0.68
Hex BD BC 9D 0 1 11 1A 3A 14 44
Octal 275 274 235 0 1 21 32 72 24 104
Binary 10111101 10111100 10011101 0 1 10001 11010 111010 10100 1000100

Color Harmonies of #BDBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC9D

Black with #BDBC9D

Text Example


Text Example

White with #BDBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC9D; }

 p { color: rgb(189,188,157); }

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

background-color css

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

 a { background-color: rgb(189,188,157); }

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

border-color css

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

 span { border-color: rgb(189,188,157); }

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