#BDC39B

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

Shades of Green Mist #BDC39B

Tints of Green Mist #BDC39B

Color information

#BDC39B (or 0xBDC39B) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 9B. RGB value is (189,195,155). Sum of RGB (Red+Green+Blue) = 189+195+155=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC39B is #423C64. Grayscale: #BCBCBC. Windows color (decimal): -4340837 or 10208189. OLE color: 10208189.

HSL color Cylindrical-coordinate representation of color #BDC39B: hue angle of 69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC39B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB189195155-
CMYK0.0300.210.24
HSL69º25%68.63%-
HSV(B)69º20.51%76.47%-
XYZ46.4252.2238.64-
YUV188.65109.01128.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=35.06%
G=36.18%
B=28.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951550.0300.210.24692568.63
HexBDC39B301518451945
Octal27530323330253010531105
Binary10111101110000111001101111010101110001000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC39B; }

 p { color: rgb(189,195,155); }

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

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

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

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

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

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

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