#BDBC9A

Color #BDBC9A Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BDBC9A

Tints of Green Mist #BDBC9A

Color information

#BDBC9A (or 0xBDBC9A) is unknown color: approx Green Mist. HEX triplet: BD, BC and 9A. RGB value is (189,188,154). Sum of RGB (Red+Green+Blue) = 189+188+154=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC9A is #424365. Grayscale: #B8B8B8. Windows color (decimal): -4342630 or 10140861. OLE color: 10140861.

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

Color convert

RGB189188154-
CMYK00.010.190.26
HSL58.29º20.96%67.25%-
HSV(B)58.29º18.52%74.12%-
XYZ44.849.1237.69-
YUV184.42110.83131.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=35.59%
G=35.40%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918815400.010.190.2658.2920.9667.25
HexBDBC9A01131A3a1543
Octal2752742320123327225103
Binary101111011011110010011010011001111010111010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBC9A; }

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

 H1.HeaderClassName
 {
   color: #BDBC9A;
 }
 .AnyTagClassName
 {
   color: #BDBC9A;
 }
</style>
background-color css

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

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

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

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

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

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