#BDC49C

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

Shades of Green Mist #BDC49C

Tints of Green Mist #BDC49C

Color information

#BDC49C (or 0xBDC49C) is unknown color: approx Green Mist. HEX triplet: BD, C4 and 9C. RGB value is (189,196,156). Sum of RGB (Red+Green+Blue) = 189+196+156=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC49C is #423B63. Grayscale: #BDBDBD. Windows color (decimal): -4340580 or 10273981. OLE color: 10273981.

HSL color Cylindrical-coordinate representation of color #BDC49C: hue angle of 70.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC49C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB189196156-
CMYK0.0400.200.23
HSL70.5º25.32%69.02%-
HSV(B)70.5º20.41%76.86%-
XYZ46.7352.739.16-
YUV189.35109.18127.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=34.94%
G=36.23%
B=28.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961560.0400.200.2370.525.3269.02
HexBDC49C401417461945
Octal27530423440242710631105
Binary101111011100010010011100100010100101111000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC49C; }

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

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

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

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

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

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

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

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