Html Css Color HEX #BDC49C Green Mist

📋 copy color: '#BDC49C'

red 189 ◦ green 196 ◦ blue 156

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

Shades of Green Mist #BDC49C

Tints of Green Mist #BDC49C

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 value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#BDC49C (or 0xBDC49C) is known color: 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

RGB 189 196 156 -
CMYK 0.04 0 0.20 0.23
HSL 70.5º 0.25% 0.69% -
HSV(B) 70.5º 0.2% 0.77% -
XYZ 46.73 52.7 39.16 -
YUV 189.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 189 196 156 0.04 0 0.20 0.23 70.5 0.25 0.69
Hex BD C4 9C 4 0 14 17 46 19 45
Octal 275 304 234 4 0 24 27 106 31 105
Binary 10111101 11000100 10011100 100 0 10100 10111 1000110 11001 1000101

Color Harmonies of #BDC49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC49C

Black with #BDC49C

Text Example


Text Example

White with #BDC49C

Text Example


Text Example

HTML Codes & Css Web 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>