#BDBD9C

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

Shades of Green Mist #BDBD9C

Tints of Green Mist #BDBD9C

Color information

#BDBD9C (or 0xBDBD9C) is unknown color: approx Green Mist. HEX triplet: BD, BD and 9C. RGB value is (189,189,156). Sum of RGB (Red+Green+Blue) = 189+189+156=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD9C is #424263. Grayscale: #B9B9B9. Windows color (decimal): -4342372 or 10272189. OLE color: 10272189.

HSL color Cylindrical-coordinate representation of color #BDBD9C: hue angle of 60º 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 #BDBD9C is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189189156-
CMYK000.170.26
HSL60º20%67.65%-
HSV(B)60º17.46%74.12%-
XYZ45.1849.6138.65-
YUV185.24111.5130.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=35.39%
G=35.39%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189156000.170.26602067.65
HexBDBD9C00111A3c1444
Octal2752752340021327424104
Binary101111011011110110011100001000111010111100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD9C; }

 p { color: rgb(189,189,156); }

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

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

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

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

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

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

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