#BDC38F

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

Shades of Green Mist #BDC38F

Tints of Green Mist #BDC38F

Color information

#BDC38F (or 0xBDC38F) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 8F. RGB value is (189,195,143). Sum of RGB (Red+Green+Blue) = 189+195+143=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC38F is #423C70. Grayscale: #BBBBBB. Windows color (decimal): -4340849 or 9421757. OLE color: 9421757.

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

Color convert

RGB189195143-
CMYK0.0300.270.24
HSL66.92º30.23%66.27%-
HSV(B)66.92º26.67%76.47%-
XYZ45.4651.8333.6-
YUV187.28103.01129.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=35.86%
G=37.00%
B=27.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951430.0300.270.2466.9230.2366.27
HexBDC38F301B18431e42
Octal27530321730333010336102
Binary10111101110000111000111111011011110001000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC38F; }

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

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

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

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

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

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

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

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