Html Css Color HEX #BDC39C Green Mist

📋 copy color: '#BDC39C'

red 189 ◦ green 195 ◦ blue 156

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

Shades of Green Mist #BDC39C

Tints of Green Mist #BDC39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.89%

R = 35%
G = 36.11%
B = 28.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#BDC39C (or 0xBDC39C) is known color: Green Mist. HEX triplet: BD, C3 and 9C. RGB value is (189,195,156). Sum of RGB (Red+Green+Blue) = 189+195+156=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC39C is #423C63. Grayscale: #BCBCBC. Windows color (decimal): -4340836 or 10273725. OLE color: 10273725.

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

Color convert

RGB 189 195 156 -
CMYK 0.03 0 0.20 0.24
HSL 69.23º 0.25% 0.69% -
HSV(B) 69.23º 0.2% 0.76% -
XYZ 46.5 52.25 39.09 -
YUV 188.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 189 195 156 0.03 0 0.20 0.24 69.23 0.25 0.69
Hex BD C3 9C 3 0 14 18 45 19 45
Octal 275 303 234 3 0 24 30 105 31 105
Binary 10111101 11000011 10011100 11 0 10100 11000 1000101 11001 1000101

Color Harmonies of #BDC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC39C

Black with #BDC39C

Text Example


Text Example

White with #BDC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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