Html Css Color HEX #BDC493 Green Mist

📋 copy color: '#BDC493'

red 189 ◦ green 196 ◦ blue 147

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

Shades of Green Mist #BDC493

Tints of Green Mist #BDC493

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 35.53%
G = 36.84%
B = 27.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#BDC493 (or 0xBDC493) is known color: Green Mist. HEX triplet: BD, C4 and 93. RGB value is (189,196,147). Sum of RGB (Red+Green+Blue) = 189+196+147=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC493 is #423B6C. Grayscale: #BCBCBC. Windows color (decimal): -4340589 or 9684157. OLE color: 9684157.

HSL color Cylindrical-coordinate representation of color #BDC493: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC493 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 147 -
CMYK 0.04 0 0.25 0.23
HSL 68.57º 0.29% 0.67% -
HSV(B) 68.57º 0.25% 0.77% -
XYZ 45.99 52.41 35.29 -
YUV 188.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 189 196 147 0.04 0 0.25 0.23 68.57 0.29 0.67
Hex BD C4 93 4 0 19 17 45 1D 43
Octal 275 304 223 4 0 31 27 105 35 103
Binary 10111101 11000100 10010011 100 0 11001 10111 1000101 11101 1000011

Color Harmonies of #BDC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC493

Black with #BDC493

Text Example


Text Example

White with #BDC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC493; }

 p { color: rgb(189,196,147); }

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

background-color css

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

 a { background-color: rgb(189,196,147); }

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

border-color css

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

 span { border-color: rgb(189,196,147); }

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