Html Css Color HEX #BDC394 Green Mist

📋 copy color: '#BDC394'

red 189 ◦ green 195 ◦ blue 148

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

Shades of Green Mist #BDC394

Tints of Green Mist #BDC394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 35.53%
G = 36.65%
B = 27.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#BDC394 (or 0xBDC394) is known color: Green Mist. HEX triplet: BD, C3 and 94. RGB value is (189,195,148). Sum of RGB (Red+Green+Blue) = 189+195+148=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC394 is #423C6B. Grayscale: #BCBCBC. Windows color (decimal): -4340844 or 9749437. OLE color: 9749437.

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

Color convert

RGB 189 195 148 -
CMYK 0.03 0 0.24 0.24
HSL 67.66º 0.28% 0.67% -
HSV(B) 67.66º 0.24% 0.76% -
XYZ 45.85 51.99 35.64 -
YUV 187.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 189 195 148 0.03 0 0.24 0.24 67.66 0.28 0.67
Hex BD C3 94 3 0 18 18 44 1C 43
Octal 275 303 224 3 0 30 30 104 34 103
Binary 10111101 11000011 10010100 11 0 11000 11000 1000100 11100 1000011

Color Harmonies of #BDC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC394

Black with #BDC394

Text Example


Text Example

White with #BDC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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