Html Css Color HEX #BDC39E Green Mist

📋 copy color: '#BDC39E'

red 189 ◦ green 195 ◦ blue 158

#BDC39E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BDC39E

Tints of Green Mist #BDC39E

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

 GREEN value IS 195 (76.56% from 255) = 35.98%

 BLUE value IS 158 (62.11% from 255) = 29.15%

R = 34.87%
G = 35.98%
B = 29.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#BDC39E (or 0xBDC39E) is known color: Green Mist. HEX triplet: BD, C3 and 9E. RGB value is (189,195,158). Sum of RGB (Red+Green+Blue) = 189+195+158=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC39E is #423C61. Grayscale: #BDBDBD. Windows color (decimal): -4340834 or 10404797. OLE color: 10404797.

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

Color convert

RGB 189 195 158 -
CMYK 0.03 0 0.19 0.24
HSL 69.73º 0.24% 0.69% -
HSV(B) 69.73º 0.19% 0.76% -
XYZ 46.67 52.32 39.99 -
YUV 188.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 189 195 158 0.03 0 0.19 0.24 69.73 0.24 0.69
Hex BD C3 9E 3 0 13 18 46 18 45
Octal 275 303 236 3 0 23 30 106 30 105
Binary 10111101 11000011 10011110 11 0 10011 11000 1000110 11000 1000101

Color Harmonies of #BDC39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC39E

Black with #BDC39E

Text Example


Text Example

White with #BDC39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC39E; }

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

 H1.HeaderClassName
 {
   color: #BDC39E;
 }
 .AnyTagClassName
 {
   color: #BDC39E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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