Html Css Color HEX #BDC19D Green Mist

📋 copy color: '#BDC19D'

red 189 ◦ green 193 ◦ blue 157

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

Shades of Green Mist #BDC19D

Tints of Green Mist #BDC19D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

 BLUE value IS 157 (61.72% from 255) = 29.13%

R = 35.06%
G = 35.81%
B = 29.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#BDC19D (or 0xBDC19D) is known color: Green Mist. HEX triplet: BD, C1 and 9D. RGB value is (189,193,157). Sum of RGB (Red+Green+Blue) = 189+193+157=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19D is #423E62. Grayscale: #BBBBBB. Windows color (decimal): -4341347 or 10338749. OLE color: 10338749.

HSL color Cylindrical-coordinate representation of color #BDC19D: hue angle of 66.67º degrees, saturation: 0.22, 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 #BDC19D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 157 -
CMYK 0.02 0 0.19 0.24
HSL 66.67º 0.23% 0.69% -
HSV(B) 66.67º 0.19% 0.76% -
XYZ 46.14 51.39 39.39 -
YUV 187.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 189 193 157 0.02 0 0.19 0.24 66.67 0.23 0.69
Hex BD C1 9D 2 0 13 18 43 16 45
Octal 275 301 235 2 0 23 30 103 26 105
Binary 10111101 11000001 10011101 10 0 10011 11000 1000011 10110 1000101

Color Harmonies of #BDC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC19D

Black with #BDC19D

Text Example


Text Example

White with #BDC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC19D; }

 p { color: rgb(189,193,157); }

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

background-color css

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

 a { background-color: rgb(189,193,157); }

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

border-color css

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

 span { border-color: rgb(189,193,157); }

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