Html Css Color HEX #BDC593 Green Mist

📋 copy color: '#BDC593'

red 189 ◦ green 197 ◦ blue 147

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

Shades of Green Mist #BDC593

Tints of Green Mist #BDC593

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 35.46%
G = 36.96%
B = 27.58%

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

#BDC593 (or 0xBDC593) is known color: Green Mist. HEX triplet: BD, C5 and 93. RGB value is (189,197,147). Sum of RGB (Red+Green+Blue) = 189+197+147=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC593 is #423A6C. Grayscale: #BDBDBD. Windows color (decimal): -4340333 or 9684413. OLE color: 9684413.

HSL color Cylindrical-coordinate representation of color #BDC593: hue angle of 69.6º degrees, saturation: 0.3, 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 #BDC593 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 147 -
CMYK 0.04 0 0.25 0.23
HSL 69.6º 0.3% 0.67% -
HSV(B) 69.6º 0.25% 0.77% -
XYZ 46.22 52.86 35.37 -
YUV 188.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 189 197 147 0.04 0 0.25 0.23 69.6 0.3 0.67
Hex BD C5 93 4 0 19 17 46 1E 43
Octal 275 305 223 4 0 31 27 106 36 103
Binary 10111101 11000101 10010011 100 0 11001 10111 1000110 11110 1000011

Color Harmonies of #BDC593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC593

Black with #BDC593

Text Example


Text Example

White with #BDC593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC593; }

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

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

background-color css

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

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

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

border-color css

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

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

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